/* CSS Document for ReadyHost.net */
/* Douglas Thigpen, 2008 */
/* Most Boring Site on the Planet */

body {
	background-color: #FFFFFF;
}

.header {
	color : #FFFFFF;
	text-decoration : none;
	font-size: 18px;
	font-weight:bold;
	margin:0px;
}

.navbar {
	color : #CCCCCC;
	text-decoration : none;
	font-size: 18px;
	font-weight:bold;
}

.navbar_sub {
	color : #CCCCCC;
	text-decoration : none;
	font-size: 12px;
	font-weight:bold;
}

a { 
	color : #0000FF; text-decoration : none;
}

a:hover {
	color: #0b46ce;
}

