﻿body
{
	font-family:Arial;
	font-size:10pt;
}


a:link {color:#336633;font-weight:bold}
a:visited {color:#336633;font-weight:bold}
a:hover {color:#886098;text-decoration:none;font-weight:bold}
a:active {color:#336633; font-size:10}
a:selected {color:#336633}


.floatleft
{
	float: left;
	width: 100px;
	height: 100px;
	margin-right:20px;
}
.containingbox
{
	width: 100%;
	height: 100px;
	margin-bottom:10px;
	
}
.author
{
	font-style:italic;
	font-weight:bold;
	color:#336633;
}
