body {
	margin: 0;
	padding: 0;
}
A:link {
	text-decoration: underline !important;
	font-family: arial;
	color:#99ffff;
}
A:visited {
	text-decoration: underline !important;
	font-family: arial;
	color: #cceeee;
}
A.bright:visited {
	text-decoration: underline !important;
	font-family: arial;
	color: #99ffff;
}
A:active {
	text-decoration: underline !important;
	font-family: arial;
	color:Red;
}
A:hover {
	font-family: arial;
	color: Yellow;
}
a.dark:link, a.dark:visited {
	color: #324932;
}
a.dark:hover, a.dark:active {
	color: yellow;
}
.e80 {
	font-size: .8em;
}
td {
	font-family: arial,tahoma;
	color: white;
}
td.black {
	color: black;
}
input {
	font-family: monospace;
}
p{
	font-family: verdana;
	color: white;
}
.small {
	font-size: smaller;
}
.footer {
	font-size: smaller;
}
.large {
	font-family: verdana;
	color: white;
	font-size: larger;
}
.subtitle {
	font-family: verdana;
	font-size: 18px;
	color: #ffcc99;
	font-weight: bold;
}
