﻿body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ebf4ea;
	color: rgb(0,0,102);
	margin:0 5px;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin:0;
}
h1 {
	color: rgb(51,51,204);
	font-size: 2em;
}
h2 {
	color: #009933;
	font-size: 1.5em;
	border: thick #009933 ridge;
}
h3 {
	color: #3333cc;
	font-size: 1.2em;
}
h4 {
	color: rgb(51,0,204);
	font-size: 1em;
}
h5 {
	color: rgb(0,153,51);
	font-size: .9em;
}
h6 {
	color: rgb(204,51,51);
	font-size: .75em;
}
table {
	background-color: #ccffcc;
	margin:6px auto;
}
th {
	background-color:#009933;
}
ul {
	list-style-type: square;
}
.dim {
	background-color:#c0c0c0;
}
.cloak {
	display:none
}
a:link {
	color: rgb(204,0,0);
}
a:visited {
	color: rgb(102,0,0);
}
a:active {
	color: rgb(0,0,204);
}
a:hover {
	background-color: #fffffe;
}

