P  {}

H1  {
	color : #003399;
	font-size : x-large;
	font-weight : bold;
	text-align : center;
}

H2  {
	text-align : center;
	color : #003399;
	font-weight : bold;
	font-size : large;
}

H3  {
	text-align : center;
color : #003399;
	font-size : large;
	font-weight : normal;
}

h4  {
	color : #003399;
	font-size : medium;
	font-weight : normal;
}

H5  {

	font-size : large;
	font-weight : bold;
}

H6  {

	font-size : medium;
	font-weight : bold;
}

A:link  {
	color : #009900;
	text-decoration : underline;
}

A:Visited  {
	color : #669900;
	text-decoration : underline;
}

A:Active  {
	color : #990066;
	text-decoration : underline;
}

A:Hover  {
	color : red;
}

BODY  {
	background-color : #ccffff;
	font-family : "Times New Roman", sans-serif;
	font-size : medium;
margin-left : 5%;
	margin-right : 5%;
}

.footmenu  {
	text-align : center;
}



.center  {
	text-align : center;
}

.red  {
	color : #ff0000;
	font-weight : normal;
	font-size : medium;
}

.centerred  {
	text-align : center;
color : Red;
	font-weight : normal;
	font-size : large;
}

.yellow  {
	color : #ffcc66;
}

.centeryellow  {
	text-align : center;
color : #ffcc66;
	font-weight : bold;
	font-size : large;
}

.small  {
	font-size : x-small;
}

.centersmall {
	text-align : center;
	font-weight : normal;
	font-size : small;
}


