/* CSS Document for online-universities */

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}
h1 {
	font-size: x-large;
	font-style: italic;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
}
h2 {
	font-size: large;
	font-style: normal;
	text-align: left;
	font-variant:  normal;
	text-transform: capitalize;
}
h3 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	font-variant:  normal;
	text-transform: capitalize;
	color: #FF3333;
}

table {
	background-color: #FFFFFF;
	table-layout: fixed;
	width: 90%;
	vertical-align: top;
}
td { vertical-align: top; }
li { color: navy; }

.logocol { 
    width: 25%; 
	text-align: center;
	padding-top: 20px; }
.schoolcol { 
    width: 75%;
	padding-top: 20px;  }
.b {
	font-weight: bold; }
.footer {
	font-size: small;
	font-style: normal;
    font-weight: bold; }

a:link { color: blue; }
a:visited { color: red; }
a:hover { background-color: #99CCFF; }
a:active { color: dark blue; }

