/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#FFFFFF;
	font-family: Comic Sans MS;
	font-size: 14px;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #663300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:18px Comic Sans MS;
	color: #FFCC00;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 0px;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#FFFFFF;
	border: 1pt dotted white;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

/* Class Styles */

.bodyText {
	font:11px georgia;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

