﻿a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(204,255,255);
	color: rgb(0,0,102);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(255, 0, 0);
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
h2
{
	color: rgb(255, 0, 0);
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h3
{
	color: rgb(255, 0, 0);
	font-size:medium;
	font-weight: bold;
	text-align: center;
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(255, 0, 0);
	font-size: x-large;
	font-weight: bold;
	text-align: left;
}
h5
{
	color: rgb(255, 0, 0);
	font-size: large;
	font-weight: bold;
	text-align: left;
}
h6
{
	color: rgb(255, 0, 0);
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
.ListBullet {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	text-align: left;
	padding-left: 10px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
td {
	text-align: center;
}
table {
	table-layout: auto;
	border-spacing: 5px;
	empty-cells: hide;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-align: left;
}
.alignLeft {
	text-align: left;
}
.alignVmiddleTleft {
	vertical-align: middle;
	text-align: left;
}
.alignTop {
	vertical-align: top;
}
