/*    Modifications by Richard F (http://www.rfeist.com)  Modifications by Eaden M (http://www.eadz.co.nz/blog/) for bBlog.   Modifications by Chris M (http://aphotolog.com) for WordPress.    Pardon my sloppiness..Licensed under GPL:)*/
body {
	margin: 0px;
	background-color: black;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 17px;
	text-align: left;
	color: white;
}
a:link {
	color: rgb(51,102,255);
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: rgb(51,102,255);
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: rgb(51,102,255);
	text-decoration: none;
	background-color: #aaccff;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	border-bottom: solid 1px rgb(192,211,226);
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	font-size: 14px;
}
li {
	margin: 0;
	padding: 0;
}
#headdesc {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	background-color: rgb(204,0,0);
}
.desc {
	font-size: 12px;
	background-color: rgb(0,0,0);
}
#header {
	margin: 0px;
	/*padding: 20px;
*/
	padding-top: 10px;
	text-align: center;
	background-color: rgb(204,0,0);
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.weblinks {
	clear: both;
}
a.weblinks {
	color: rgb(51,153,255);
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.credit {
	clear: both;
}
a.credit {
	color: rgb(0,0,153);
	font-weight: bold;
}

