body {
/*	font-family:Verdana,Arial,Helvetica;*/
	font-family:Arial,Helvetica;
}

.text a:link {
    text-decoration: none;
}
.text a:visited {
    text-decoration: none;
}
.text a:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}
.text a:active {
    text-decoration: none;
}

.header {
	height: 25px;
	color: white;
	font-weight: bold;
	padding-left: 0.5em;
	text-size: 0.8em;
}

table td {
	background-color: #3d3d3d;
	vertical-align: top;
	padding:0;
	/*padding: 0.5em;	*/
}

.menu {
	text-align: right;
	padding-right: 1em;
}
.menu a {
/*	text-shadow: 0.1em 0.1em 0.2em black;*/
	text-shadow: 0.5em 0.5em 0.5em black;
	/*font-family:Verdana,Arial,Helvetica;*/
	color: white;
	font-size:1.2em;
	text-decoration: none;
}
.menu a:hover {
	color: #e8671b;
}

a img { 
	border: 0;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}