/* CSS Document */

<!--
body,td,th {
	font-family: "Arial", cursive;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
table.menu a 
{
width:125px;
border:1px solid #333333;
display: block;
}
div.menu a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:14px;
line-height:16px;
font-family:"Comic Sans MS", cursive;
padding: 2px 5px;
}

div.menu a:link {
color: #333333;
background: #abcdef;
}

div.menu a:active {
color: #000000;
background: #abcdef;
}

div.menu a:visited {
color: #333333;
background: #abcdef;
}

div.menu a:hover {
color: #eeeeee;
background: #3366cc;
border:1px solid #000000;
}

div.menu (
position:absolute;
top:0;
left:0;
)
body {
	background-color: #abcdef;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->