P  {
	color : Navy;
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}

H1  {
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000080;
}

H2  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000080;
}

H3  {
	font-size : large;
	font-family : sans-serif;
	font-weight : normal;
	font-style : italic;
	color : #000080;
}

A  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #0000FF;
	text-decoration : none;
}

A:Visited  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #808080;
	text-decoration : none;
}

A:Active  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #008080;
	text-decoration : none;
}

A:Hover  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #FF0000;
	text-decoration : none;
}

BODY  {
    background-attachment:fixed;
    background-color:#BAD5EE;
}

TR  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000080;
	text-decoration : none;
	background-color : #BAD5EE;
}

TABLE  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-decoration : none;
	background-color : #BAD5EE;
    table-layout:auto;
    empty-cells:collapse;
}

TD  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000080;
	background-color : #BAD5EE;
}

UL {
   list-style-type:circle;
   list-style-position:outside;
}

TH  {}

