body {
	background-color:#EEF5EB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #333333;
	text-align:justify;
}

#left{
	width:200px;
}
#right{
	margin-left:220px;
	position:absolute;
	top:15px;
}

a:link, a:active, a:visited {
	font-weight:bold;
	color: #444444;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #888888;
}

#navigation{
	width:200px;
	border:none;
	background-color:#5F88A7;
	font-size:small;
}
#navigation * td{
	text-align:center;
	height:30px;
}

#navigation * a:link, #navigation * a:active, #navigation * a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}
#navigation * a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #CCCCCC;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:larger;
	text-indent: 0.5em;
	color: #666666;
	line-height: 2;
}
.intro {
	font-weight: 500;
	font-size:large;
	text-indent: 0.5em;
	color: #333333;
}
.small {
	font-size:small;
	color: #666666;
}
.whatson {
	color: #FFFFFF;
}