/* CSS Document */

.top { letter-spacing: 0px; }
BODY {
scrollbar-face-color:#800000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;
}
.purdue a { color: #800000; 
		font-weight: bold;
} 
.purdue a:hover { color: black; }
.kansas a { color: #800000; 
		font-weight: bold;
} 
.kansas a:hover { color: black; }
.texas a { color: black; 
		font-weight: bold;
} 
.texas a:hover { color: #800000; 
			font-weight: bold;}
.giambi a { color: white; 
		font-weight: bold;
		font-family: Verdana;
		font-size : 12px;
} 
.giambi a:hover { color: #999999; }

input {
	font-family: Verdana;
	font-size : 11px;
	font-weight: bold;
	border : 1px solid;
	background: white; 
	color: black;
}
h1 { 
	font-size: 18px; 
	font-family: Verdana;
}
h2 { 
	font-size: 14px;
	color: black;
	font-family: Verdana; 
}
h3 {
	font-size: 12px;
	color: white;
	font-family:Verdana;
	font-weight: bold;
}