body{
background: #b3b3b3 url('../images/backgrnd.jpg') repeat-x;
margin: 0px auto 0px auto;
font-family: Tahoma;
}
#content{
height: 400px;
font-size: 12px;
padding: 10px 10px 20px 10px;
}
#topmenu{
font-size: 13px;
font-weight: bold;
}
#topmenu a{
color: #71277a;
text-decoration: none;
}
#topmenu a:hover{
text-decoration: underline;
}
#mainmenu{
font-size: 13px;
font-weight: bold;
}
#mainmenu a{
color: #71277a;
text-decoration: none;
}
#mainmenu a:hover{
text-decoration: underline;
}
#footer{
background: #e1dfdf url('../images/footer.jpg');
height: 32px;
font-size: 10px;
text-align: center;
}