/* CSS Document */

body {
	background-color: #000000;
	color: #ffffff;
	text-align:left;
	font-size:15px;
	font-family: helvetica, arial, courier new, times new roman;
	vertical-align: text-top;
}
a:link {
	color:#ccccff;
	text-decoration:none
}
a:visited {
	color:#ffffff;
	text-decoration:none
}
a:hover {
	color:#ff00ff;
	text-decoration:underline
}
a:active {
	color:#ffcc00
}
h1 {
	background-color: #000000;
	color: #ffffff;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}
p {
	background-color: #000000;
	color: #ffffff;
	text-align:center;
}
.top {
	vertical-align: text-top;
}
.google {
	background-color: #ffffcc;
	color:#000000;
}
#inspiration {
	color: #ff0000;
	font-family: arial, times new roman, courier new;
	font-size:12px;
	text-align:center;
}
#quicklinks {
	color: #ffffff;
	font-family: arial, courier new, times new roman;
	font-size:10px;
	text-align:center;
}
#box {
	background-color: #66ccff;
	color:#000000;
}
#left {
	background-color: #000000;
	color: #ffffff;
	font-size:11px;
	text-align:left;
}
#disclaimer {
	font-size:11px;
	color: #999999;
	text-align:center;
}
#footer {
	font-size:11px;
	text-align:center;
	color: #999999;
}

