P 	{ text-decoration: none; font-size: 10pt; color : black; }

H1  {}

H2  {}

H3  {}

A  {	text-decoration: underline;font-size: 12pt; color : black;}

A:Visited  {	text-decoration: underline; color : black;}

A:Active  {	text-decoration: underline; color : black;}

A:Hover  {	text-decoration: none; font-size: 12pt; font-weight : bold; color : black;}


BODY  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	background-color: silver;
	}

.buttons {
	color: #FFFFFF;
	background-color: #730818;
	cursor:pointer;
	border: thin outset;
	border-color: #808080 #5C5C5C #5C5C5C #808080;
}
