@charset "UTF-8";
body {
	max-width:800px;
	max-height:600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../../elements/MainBG.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.BlogEntry {font-size: x-large; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.ProseText {
	color: #FFFFFF
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.ItemDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
}
