BODY {
	padding: 0.5%;
	margin: 0;
	background: #9E0A0A url(img/bgbody.gif) repeat-x;  /* Путь к графическому файлу и повторение фона по горизонтали */
	height: 100%; /* Высота элемента */
	color: #d4d4d4;
}

BODY, table { 
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
}

a:link {
	color: #000000;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #000000;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #00006A;
	outline: none;
	text-decoration: none;
}

.th {
	background-color: #E4E4E4;
	color: #00006a;
	cellspasing: 0;
	cellpadding: 0;
	width: 90%;
	border: 0;
	bordercolor: 0;
}
