BODY
{margin: 0px; background-color: #000099;
font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color : #FFCC66;
		background: transparent;
	font-size : 75%;
	font-weight : bold;
	text-decoration : none;
}

a.white:link, a.white:visited {
	color : #FFFFFF;
		background: transparent;
	font-size : 75%;
	text-decoration : none;
	font-weight : lighter;
}

a:hover {
	color : White;
		background: transparent;
	font-size : 75%;
	font-weight : bold;
	text-decoration : underline;
}

a.white:hover {
	background-color : #000099;
	color : #FFCC66;
	font-size : 75%;
	text-decoration : underline;
	font-weight : lighter;
}

input {
	margin-left : 10px;
	margin-right : 10px;
	background-color : #0066CC;
	border-color : White;
	color : White;
	}

.subtitle {
	color : #FFFFFF;
	background-color: #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
}

.title {
	background-color: #000099;	
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
		font-size : 75%;
}

.searchButton {
	font-size : 1.4em;
}
P.message {color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-weight : bold;
	margin-left : 50px;
	margin-right : 50px;
}

