/*
File: index.css
Author: Scott Buckner
Date: 06-Feb-2008
*/
@import url("base_styles.css");
 
body {
	padding: 0;
	margin: 0;
	background-color: #9c9;
	text-align: center;
	background-image: url('images/bg_altgray.jpg');
	background-repeat: repeat;
}
table {
	width: 675px;
}
h1 { 
	font-size: x-large;
	letter-spacing: 0.25em; 
	margin: 3px;
	}
h1,td {
	font-family: "Trebuchet MS", Verdana, "Myriad Web", Syntax, sans;
	}	
div#shell {
	display: block;
	position: relative;
	width: 725px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-color: #336; 
	color: #fc9;
}

#homepagelink { font-size: small; margin: 3px; display: block;}
img { border-width: 0;}
 a:link, a:visited {color: #09f;}
 a:hover {
 color: #f33; 
 text-decoration: none; 
 background-color: #fc9;
 }; 