A.menu
{
	text-decoration: none;
	color: white;
	font-family: times;
	font-size: 12pt;
	padding-left: 5px;
	padding-right: 5px;
}


A.menu:hover
{
	color: white;
	text-decoration: underline;
}


DIV.blok
{
	width:  250px;
	height: 100px;
	color: white;
	background-color: #ef0000;
	border-style: solid;
	border-width: thin;
	border-color: #808080;
	font-family: verdana;
	font-size: 14pt;
}

DIV.blok:hover
{
	color: #e9e9e9;
}

	
H2
{
	color: #610000;
	font-family: verdana;
	border-bottom-size: thin;
	border-bottom-width: 100%;
	border-bottom-color: red;
	border-bottom-style: outset;
}

font
{
	font-family: verdana;
}


IMG.menu
{
	border-color: #808080;
	border-width: thin;
	border-style: solid;
}

BODY
{
	background: url('graphs/bg.jpg');
	background-attachment: fixed;
}

FONT.footer
{
	color: white;
	font-family: times;
	font-size: 9pt;
}

A.footer
{
	color: white;
	font-family: times;
	font-size: 9pt;
}

A
{
	color: #808080;
	text-decoration: none;
}

A:hover
{
	color: red;
}
