P  {
	font-size : 16px;
	font-family: Arial, Sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
    margin-left: 25;
    margin-right: 25;
}

H1  {
	font-size : 20px;
	font-family: Arial, Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000088;
    margin-left: 25;
    margin-right: 25;
}

H2  {
	font-size : 18px;
	font-family: Arial, Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #3090d0;
    margin-left: 25;
    margin-right: 25;
}

H3  {
	font-size : 16px;
	font-family: Arial, Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
    margin-left: 25;
    margin-right: 25;
}

H4  {
	font-size : 16px;
	font-family: Arial, Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
    margin-left: 25;
    margin-right: 25;
}

A  {
	color : #0000dd;
	text-decoration : none;
}

A:Visited  {
	color : #0000dd;
	text-decoration : none;
}

A:Active  {
	color : #ff0000;
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline overline;
}

BODY  {
	font-size : 16px;
	font-family: Arial, Sans-serif;
	color : #000000;
	margin: 0;
    border: 8px solid #3090d0;
}

table {
    margin-left: 0;
    margin-right: 0;
}

td  {
	font-size : 14px;
	font-family: Arial, Sans-serif;
}

th  {
	font-size : 14px;
	font-family: Arial, Sans-serif;
	color : #000000;
}

