body {
    background: #FFFFFF url(img/0070.jpg);

	color: #004080;
	margin: 0;
	padding: 0;
	font: 14px/1em Tahoma, "Times New Roman",Impact,sans-serif;
}

a:link{
	text-decoration: underline;
	font-family: Tahoma, Arial, "Times New Roman", Times, serif;
	/*font-weight:bold;*/
	color:#004080;
}

a:visited{
	text-decoration: none;
	color:#004080;
}

a:hover {
    text-decoration: none;
	color:#f80000; /*при наведении*/
}

a:active {
	text-decoration: none;
    color:#f80000;
}

fieldset {
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius:10px;
    background-color: #ffffff;
    /*background: url(../images/title.gif) repeat-x scroll 0% 0%; */
	border: 1px solid #999999;
	line-height: 1em;
	padding: 5px; 
	margin: 5px;
}

h1 {
	font-family: Tahoma, Arial, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	color:#F80000;
	text-shadow:1px 1px 1px #999999;	
}

h2 {
	font-family: Tahoma, Arial, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	color:#C80000;
	text-shadow:1px 1px 1px #999999;	
}

hr {
	clear: both; 
 	border: 0;
	height: 1px; 
	background-color: #999999; 
	margin: 2;
}

