a:link
{
	color: #222790;
}
a.menu
{
	color: #ffffff;
	display: block;
	clear: both;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
}
p
{
	margin: 5px;
}
body
{
	text-align: center;
}

div#logo
{
	position: static;
	width: 256px;
	height: 160px;
        margin: 10px;
        display: block;
        float: left;
}

div#quote
{
	position: static;
	width: 300px;
	height: 200px;
        margin: 10px;
        display: block;
        float: left;
	
        padding: 20px;
	background-color: #222790;
	overflow: auto;
	color: white;
	font-size: small;
	font-variant: small-caps;
	text-align:left;
}
div#menuCol
{
	position: static;
	width: 100px;
	height: 200px;
	margin: 10px;
        display: block;
        float: left;

        text-align: left;
	color: white;
	padding: 20px;
	background-color: #222790;
}
.title
{
	font-size: large;
	font-weight: bold;	
}

.blogtime
{
	font-size: small;
	color: #707070;
}
