/* college-scholarships.css */


body {
	background-color:#FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	text-align: left;
	padding: 0 5px;
}
table {
	background-color: #FFFFFF;
	border: none;
	vertical-align: top;
	width: 90%;
}
.mainnav {
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding: 0 1em 0 0;
}
.title {
	width: 55%; 
	background-color: #0000A0;
	color: #FFFFFF;
	border-style: double;
	vertical-align: middle;
}
.nav {
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	vertical-align: middle;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
a:active { color: red; }
a:visited { color: red; }
a:hover {background-color: #FF3333; color: #FFFFFF;}