
div#container
{
   width: 850px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
}

body
{
   text-align: center;
   margin: 0;
}

a:link, a:visited {
	color: darkblue;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}
a img {border: none; } 


a.style1:active {color: #FF0000;text-decoration: underline;}
a.style1:hover {color: #0000FF;text-decoration: underline;}
a.style2:link {color: #808080;background: #C0C0C0;font-weight: bold;text-decoration: none;}
a.style2:visited {color: #808080;background: #C0C0C0;font-weight: bold;text-decoration: none;}
a.style2:active {color: #FF0000;background: #C0C0C0;font-weight: bold;text-decoration: none;}
a.style2:hover {color: #FF0000;background: #C0C0C0;font-weight: bold;text-decoration: none;}

.menuanchorclass someotherclass
{
   font-family: Courier New CYR, arial;
   font-size:16px;
   color: #E6E6E6;
   background-color: #666666;
   font-weight: bold;
   padding: 0;
   border: 0;
   cursor: pointer;
}

.maincontent {
font-size: 12px;
font-family: tahoma;
color: #333333;
margin: 10px 20px 0px 20px;
}

.content {
font-size: 11px;
font-family: tahoma;
color: #333333;
margin: 20px 20px 0px 20px;
}