﻿/* 
	BW Stylesheet 
   
*/
body {
	background-color: #ffffff;
	background-image: url('');
	background-repeat: repeat-x;
	line-height: 120%;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-weight: normal;
	margin: 0;
}
a {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
b				{ font-weight: bold; }
html			{
	font-family: Verdana, Arial, Geneva;
	color: #000000;
	text-decoration: none;
	font-size: small;
}
h1 {
	font-size: large;
	color: #CC0066;
}
h2 {
	font-size: small;
	text-align: center;
}