BODY {
     color : #000000;
     background-color : #FFFFFF;	
}

P  {
	list-style-type : square;
	list-style : square;
}

H1  {
	border-style : solid;
	text-align : center;
	font-family : serif;
	border-width : thin;
	border-color : Silver;
	font-size : large;
	font-weight : bold;
	padding-top : 6px;
	padding-bottom : 6px;
}

H2  {
	text-align : right;
	border-style : solid;
	border-width : thin;
	border-color : Silver;
	padding-right : 32px;
	font-family : cursive;
	font-size : large;
	font-weight : bold;
}

H3  {}

A  {
	color : #000080;
	background-color : #FFFFFF;
	font-size : small;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {}

A:Hover  {
	background-color : #F0D0D0;
	color : #8020A0;
}

BODY  {
	font-size : small;
	font-family : sans-serif;
}

TABLE  {
	font-size : small;
	font-family : sans-serif;
        margin-top : 10px;
        margin-bottom : 10px;
}

TD  {
        padding-right : 10px;
}
