A {
	text-decoration : none;
	cursor : pointer;
	color : #6A5ACD;
}

A:LINK {
text-decoration : none;
cursor : pointer;
}

A:VISITED {
	text-decoration : none;
	color : #00008B;
}

A:ACTIVE {
	text-decoration : none;
cursor : pointer;
}

A:HOVER {
text-decoration : none;
cursor : pointer;
color : #00008B;
}

A:FOCUS {
	text-decoration : none;
cursor : pointer;
}

BODY {
  	font-size : x-small;
	background-color : #AEC1E6;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY.nav {
  	font-size : x-small;
	background-color : #CED9EF;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	font-size : large;
	text-align : center;
}

H2 {
	font-size : medium;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing : 12px;
}

H3 {
	font-size : small;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-indent : 2%;
	letter-spacing : 2px;
	}

H4 {
	font-size : xx-small;
	text-align : center;
}

LI {
	list-style-type : circle;
	white-space : normal;
	display : block;
}

TABLE {
	font-size : x-small;
	background-color : #AEC1E6;
	color : Black;
}

TD {
	font-size : x-small;
	background-color : #AEC1E6;
	color : Black;
}

TABLE.nav {
	font-size : x-small;
	background-color : #CED9EF;
	color : Black;
}

TD.nav {
	font-size : x-small;
	background-color : #CED9EF;
	color : Black;
}

















