﻿body 
{
	background-color:#eeeeee;
	font-family:Cambria, Bell MT, Georgia, Times New Roman;
}

a
{
	color:#336699;
}
a:hover
{
	color:#6699cc;
}

h3
{
	color:#445566;
}

.SiteTitle
{
	font-size:80px;
	color:#ffffff;
	font-weight:bolder;
	text-align:right;
	margin-bottom:10px;
	margin-top:10px;
}

.Menu
{
	text-align:right;
}
.Menu a
{
	text-decoration:none;
}

.MainContent
{
	margin-left:30px;
	width:700px;
}

.MainContentTitle
{
	font-weight:bold;
	font-size:x-large;
	color:#445566;
	margin-bottom:30px;
}

.Post
{
	margin-bottom:30px;
}

.PostTitle
{
	font-size:larger;
	font-weight:bold;
	margin-bottom:0px;
	color:#333333;
}

.PostDate
{
	font-size:small;
	color:#666666;
	margin-top:0px;
}