body
{
font-size:100%;
font-family:verdana,arial,'sans serif';
background-color:#1e1e1d;
color:#000000;
margin:10px;
}

h1 {font-size:180%;}
h2 {font-size:140%;}
h3 {font-size:110%;}

ul {list-style:disc;}

a:link {color:#a61216;}
a:hover {color:red;}
a:visited {color:#a61216;}

table,th, tr, td {
	vertical-align: top;
	border: 2px none white;
	padding: 0px
	}

#schedule, #schedule tr {
	border: 3px outset #848484;
	text-align: center;
	padding: 5px;
}

#schedule td, #schedule th {
	border: 2px inset #848484;
	text-align: center;
	padding: 5px
	}

#roster {
	text-align:center;
	border: 2px none white;
	}
#roster th {
	width: 250px;
	}

.sub-bullet {
	list-style: circle;
	}

#page_content {
	width: 700px;
	height: 300px;
	padding: 5px;
	background-color: #afafaf;
	vertical-align: top;
	}

.MIT {
	color: #afafaf;
	text-align: center;
	font-size: 80%
	}

/*menu styling starts here*/

.menu {
	margin:0; 
	padding:0; 
	width:170px; 
	list-style:none;
	background:rgb(255,255,255);
	}

.menu li {
	padding:0; 
	margin:0 0 0px 0; 
	height:26px; 
	display:block; 
	}

.menu li a {
	text-align:left;
	height:26px; 
	padding:0px 5px; 
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	color:rgb(255,255,255); 
	display:block; 
	background:url('images/verMenuImages4.png') 0px 0px no-repeat; 
	text-decoration:none; 
	outline:none;
	}

.menu li a:hover {
	background:url('images/verMenuImages4.png') 0px -26px no-repeat; 
	color:rgb(255,255,255);
	}

.menu li a span {line-height:26px;}


/*#menu {

	border-style: solid solid solid solid;
	border-color: #a61216;
	border-size: 0px;
	border-width: 0px;
	padding:0px;
	}

#menu ul{
	margin:10px;
	padding:0px;
	color: #bf1519;
	}
#menu li a {
  	font-size: 80%;
	text-decoration: none;
	font-weight:bold;
	text-decoration: underline;
	}	
	
#menu li a:link, #menu li a:visited {
	display: block;
	padding: 0px 0 0 0px;
	color: #bf1519;
	}
	
#menu li a:hover {
	padding: 0px 0 0 5px;
	color: red;
	}*/

