@charset "utf-8";
/* Stylesheet for the www.vitonic.ru site */

body {
	font-size:				8pt;
	font-family:			Verdana, Tahoma, Arial;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}

table {
	font-size:				8pt;
}

td {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #EEEDD2;
}

h1 {
	font-family:	Verdana;
	font-size:		11;
	color:			#003874;
	margin:			14 50 14 50;
}

a:link,	a:visited	{color:#008DE1; text-decoration: none;}
a:active,	a:hover	{color:#008DE1; text-decoration: underline;}
