body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #181873; 
	
}

a.menu:hover { color: blue }
.menu        { color: blue }
a.homepage:hover { color: green }
.homepage    { color: blue }
a.emailtext:hover { color: blue; font-weight: bold }
.emailtext   { color: blue }



table.menu a { 
width:75px; 
border:1px solid #cccccc; 
display: block; 
}

div.menu a {
color: #003399; 
background: #eeeeee; 
text-decoration:none; 
font-size:10px; 
font-weight: bold;
line-height:16px; 
font-family: verdana, sans-serif;
padding: 2px 5px;
}

div.menu a:link {
color: #333333; 
background: #eeeeee; 
}

div.menu a:active { 
color: #000000;
background: #181873; 
}

div.menu a:visited {
color: #333333; 
background: #eeeeee; 
}

div.menu a:hover {
color: #eeeeee;
background: #181873; 
border:1px solid #cccccc; 
}

div.menu ( 
position:absolute;
top:0; 
left:0;
)