/*
Main CSS for Beloit College Magazine - Web Edition
Spring 2005 
Created by: Matt Rose 
Creation Date: 03/21/2005
Last Edited by: Matt Rose
Last Edited Date: 03/21/2005
*/

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
IMG {
	border: 0;
	text-decoration: none;
}
a:link {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.indexTable {
	border: 0;
	text-align: center;
	width: 650px;
}
.indexTable TD {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.indexBannerRow {
	background-color: #003366;
}
.indexBannerRow TD {
	vertical-align: middle;
	text-align: center;
}

