A:link, A:visited {
	color: Navy;
	font-weight: bold;
	text-decoration: underline;
}

A:active {
	text-decoration: underline;
}

A:hover {
	color: Red;
	text-decoration: underline;
}

body {
	font-size : x-small;
	font-family : verdana;
	color: Black;
	background-color : #E9E9EF;
}
table {
	font-size : x-small;
	font-family : Verdana;
}

headertable {
	font-size : xx-small;
	font-family : verdana;
}

 .text {
	font-size : xx-small;
	font-family : verdana;
	color : Navy;
	font-weight: bold;
	background : silver;
	text-align: center;
}

 .text1 {
	font-size : xx-small;
	font-family : verdana;
	color : Navy;
	font-weight: bold;
	background : silver;
}
.formbutton{
	background-color : #00DEFF;
	border: #00DEFF;
	font-family : Verdana;
	color : Navy;
	font-weight: bold;
	font-size: xx-small;
}

.button{
	background-color : #00DEFF;
	border: #00DEFF;
	font-family : Verdana;
	color : Navy;
	font-weight: bold;
}
.button1{
	font-size: xx-small;
}