A:HOVER {color : #990000; text-decoration : underline;}

A.menu:LINK {
	text-decoration: underline;
	color: White;
}

A.menu:VISITED {
	text-decoration: underline;
	color: White;
}

A.menu:ACTIVE {
	text-decoration: underline;
	color: Gold;
}

A.menu:HOVER {
	color: Gold;
	text-decoration : underline;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
form input, form textarea, form select, form radio {
	display: inline;
	width: auto;
	margin: 5px 0 0 0;
}
form br {
	clear: left;
}
.redmessage
{
color:#FF0000;
font-weight:bold;
}

