.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:50px 0;
}
img {
	border:0;
}
.text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #202020;
	margin: 10px;
	text-align: left;
}
.title {
	font-family: Georgia;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #202020;
	text-align: left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}
.header {
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #202020;
	text-align: left;
	margin-top:10px;
}
.author {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #eeeeee;
	text-align: right;
}
.author div {margin:10px;}
.author:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding-right: 10px;
	text-align: right;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
#Logo {
	height: 64px; 
	width: 64px; 
	background-color: #BD000D; 
	background-image: url('/images/logo.png'); 
	background-position: top left; 
	background-repeat: no-repeat; 
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/logo.png,sizingMethod=crop);
}