Body { 
background-color : #ffffff; 
}
H1{
	color : White;
	font-size : 14px;
	font-family : Tahoma;
}
INPUT{
	background : #ffffff;
	border : 1px solid #7a6d5f;
	padding-left: 5px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;	
}
td{
	font-family : Arial;
	font-size : 11px;
	color: #293446;
}
.menu{
	color : #ffffff;
	font-size:14px; 
	font-weight : bold; 
	padding-right: 10px; 
	padding-left: 10px;
}
.copyright{
	font-size : 11px;
	font-family : Tahoma;
	color : #4db2ff;
}
ul{
	list-style: none;
	margin-left: 12px;
	padding-left: 20px;
}
.enter{
	color : #7d0606;
	font-family : Tahoma;
	font-size : 10px;
	font-weight : bold;
}
li.menu{
	padding-left: 10px;
	/* отступ от маркера */
	background: url(./Img/linenum.gif) no-repeat left center;
	/* задаем фон */
	color : #ffffff;
}
a:active {
	color: #686a6d;
	text-decoration: none;
} 
a:visited {
	color: #797979;
	text-decoration: none;
} 
a:hover { 
color : #686a6d; 
text-decoration : none; 
} 
a:link { 
color : #797979; 
text-decoration : none; 
} 

