P  {
	font-size : 12px;
	font-family : sans-serif;
	margin-left : 20;
	margin-right : 5;
	margin-top : 5;
	margin-bottom : 5;
	padding-left : 5;
	padding-right : 5;
	padding-top : 5;
	padding-bottom : 5;
	text-align : justify;
}

H1  {
	font-size : 16px;
	font-family : sans-serif;
	font-weight : normal;
	color : Navy;
	margin-left : 5;
	margin-right : 5;
	margin-top : 5;
	margin-bottom : 1;
	padding-left : 5;
	padding-right : 5;
	padding-top : 5;
	padding-bottom : 1;
	text-transform : uppercase;
}

A  {
	color : Red;
	font-family : sans-serif;
	font-size : 12px;
}

A:Visited  {
	font-size : 12px;
	font-family : sans-serif;
	color : Purple;
}

A:Active  {
	color : Blue;
	font-size : 12px;
	font-family : sans-serif;
}

A:Hover  {
	text-decoration : none;
}

UL  {
	font-size : 12px;
	font-family : sans-serif;
	list-style-type : circle;
	list-style-position : inside;
}

OL  {
	font-size : 12px;
	font-family : sans-serif;
	list-style-type : decimal;
	list-style-position : inside;
}

TH  {
	background-color : #1773B3;
	color: #FFFFFF;
	font-size : 12px;
	font-family : sans-serif;
	font-weight : bold;
}

.cell1  {
	background-color : #CAEAE5;
	font-size : 12px;
	font-family : sans-serif;
}

.cell2  {
	background-color : #CDE1EF;
	font-size : 12px;
	font-family : sans-serif;
}

.cell3  {
	background-color : #FFFFFF;
	font-size : 12px;
	font-family : sans-serif;
}
