A:link {
	COLOR: red; TEXT-DECORATION: underline; font-weight: bold;
}
A:visited {
	COLOR: red; TEXT-DECORATION: underline; font-weight: bold;
}
A:active {
	COLOR: white; TEXT-DECORATION: none; font-weight: bold;
}
A:hover {
	COLOR: white; TEXT-DECORATION: none; font-weight: bold;
}
TD {
	FONT-SIZE: 13px; COLOR: #ffffff; FONT-FAMILY: Verdana
}
TD.menu {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana,Arial
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #000000;
}

input { text-indent : 2px; }
input,textarea, select {
	color : white;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : red;
}