A
{
	color: white;
	text-decoration: none;
	font-family: verdana;
}

A:hover
{
	color: yellow;
}

A.bus
{
	color: black;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
}

A:hover
{
	color: yellow;
}

A.menu
{
	color: white;
	font-weight: bold;
	font-size: 15pt;
	font-family: verdana;
	text-decoration: none;
	padding-right: 40px;
	margin-left: 5px;
}

A.menu:hover
{
	color: red;
}

A.toplist
{
	color: #180399;
}

A.toplist:hover
{
	text-decoration: underline;
}

BODY
{
	background-image: url('graphs/bg.jpg');
	background-size: 100%;
	background-position: center bottom;
	background-attachment: fixed;
}

DIV.content
{
	padding-top: 10px;
	padding-left: 10px;
	color: white;
	font-family: verdana;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

DIV.header
{
	border-color: white;
	border-width: 10px;
	border-bottom-style: solid;
}

DIV.menu
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

H3
{
	color: red;
	border-color: red;
	border-width: 10px;
	border-bottom-style: outset;
}

TABLE.toplist
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	color: black;
}
