H1 {
	color: red;
}

H2 {
	color: blue;
}

TTH {
	font-family: Arial, Helvetica, Univers, sans-serif;
}

TTD {
	font-family: Arial, Helvetica, Univers, sans-serif;
}

A:Link  {
        color : #0000CC;
        text-decoration : none;
}

A:Visited  {
        color : #0000CC;
        text-decoration : none;
}

A:Active  {
        color : #0000CC;
        text-decoration : none;
}

A:Hover  {
        text-decoration : underline;
        color : #0000CC;
}


TBODY {
	color: black;
	margin-left: 30; 
	margin-right: 30; 
	font-family: Arial, Helvetica, Univers, sans-serif;
}
