body  {
	font-size : 15px;
	font-family: Sans-serif;
	color : #000000;
	background-color : #ffffff;
	margin: 0px;
}

p  {
	font-size : 15px;
	font-family: Sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
    margin-left: 25px;
    margin-right: 25px;
}

h1  {
	font-size : 20px;
	font-family: Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000088;
    margin-left: 25;
    margin-right: 25;
}

h2  {
	font-size : 18px;
	font-family: Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #CC0000;
    margin-left: 25;
    margin-right: 25;
}

h3  {
	font-size : 16px;
	font-family: Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
    margin-left: 25;
    margin-right: 25;
}

h4  {
	font-size : 15px;
	font-family: Sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
    margin-left: 25;
    margin-right: 25;
}

a  {
	color : #CC0000;
	text-decoration : none;
}

a:Visited  {
	color : #880000;
	text-decoration : none;
}

a:Active  {
	color : #ff0000;
	text-decoration : none;
}

a:Hover  {
	text-decoration : underline overline;
}

td  {
	font-size : 14px;
	font-family: Sans-serif;
}

th  {
	font-size : 14px;
	font-family: Sans-serif;
	color : #000000;
}


