html, body {
	padding: 0;
	font-family: Tahoma, Serif, Arial, Helvetica, sans-serif;
	font-size : 12pt; 
	font-weight : normal; 
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right:10px;
	margin-top: 5px;
	background-color: black;
	color: white;
}
TD {
	font-family: Tahoma, Serif, Arial, Helvetica, sans-serif;
	font-size : 12pt; 
	color: white;
}	
#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.standout {
	color: red;
}
A {
    background-color: transparent;
    color: white;
	font-family: Tahoma, Serif, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
    text-transform: none
}

A:visited {
    background-color: transparent;
    color: white;
    text-decoration: none
}

A:hover {
    background-color: black;
    color: lightgrey;
    text-decoration: none;
}

A:active {
    background-color: transparent;
    color: white;
    text-decoration: none
}
