html 
{
	background-color: White;
}

body 
{
	text-align: left;
	font-size: 12pt;
}


img.center 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.float_left { 
    float: left; 
    margin: 4px; 
}
img.float_right { 
    float: right; 
    margin-top: 4px; 
    margin-right: 4px; 
    margin-bottom: 4px; 
    margin-left: 40px; 
}

#container
{
	background-color: White;
	width: auto;
	border: 0;
	float: none !important;
}

a:link, a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
