
body {
	background-color: #4D4D4D;
}

#bod {
	margin: 8px;
	width: 1000px;

}


a:link {
	color: #0099FF;
	text-decoration: none;
	}
	
a:visited { 
	color: #9CDB8A;
	text-decoration: none;
	}
a:hover { 
	color: #DCB989;
	text-decoration: none;
	}
a:active { 
	color: #FCE996;
	}
	
#navbar	a:link {
	color: #3FBA38;
	text-decoration: none;
	}
#navbar a:visited { 
	color: #3FBA38;
	text-decoration: none;
	}
#navbar a:hover { 
	color: #DCB989;
	text-decoration: none;
	}
#navbar a:active { 
	color: #FCE996;
	}
	
	table {
	background-color: #4D4D4D;
	font-family: courier new;
	font-weight: 600;
	color: #3FBA38;
	margin: px;
	padding: 0px;
	font-size: large;
}

#content {
	background-color: #4E6149;
	border: medium dotted #999999;
	vertical-align: text-top;
}

#banner {
	border: thin double #999999;
}

#comment {
	font-family: Calibri, Arial, "Lucida Console", "Tw Cen MT", Verdana;
	font-size: 12px;
	color: #3FBA38;
	font-weight: lighter;
}