body {
	background-color: white;
	font-family: arial, verdana, optima, serif;
	margin: 0 auto 0 auto;
	}

a {border: none}
img {border: none}

a:active {color: black}
a:visited {color: black}
a:link {color: black}
a:hover {background: #99ff33; color: black}
h1 {font-size: 120%}
h2 {font-size: 110%}
h3 {font-size: 80%}
p {font-size: 100%}
.left {text-align: left}
.center {text-align: center}
.center2 {margin-left: auto; margin-right: auto;}
.right {text-align: right}
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}
#bluebar{
	background: #0000ff;
	margin: 2px;
	padding: 4px;
	}
