body {
	width: 100%;
	text-align: justify;
	font-family: arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}
.copyright {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #000000;
}
h1,h2 {text-align: left;}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#0000ff;
	background-color: inherit;
}
a:hover { 
	text-decoration: underline overline; 
	color: #D11401;
	cursor: pointer;
	background-color:#FDFF4F;
}
a:link.logo,
a:visited.logo,
a:active.logo,
a:hover.logo {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}
img {
	border: 0;
	vertical-align: middle;
}
.redtext {color: red; background-color: inherit;}