.button  {
background-color:	#FF0000;
border-color:	#808080;
border-style:	solid;
border-width:	1px;
color:	#000000;
cursor:	pointer;
font-family:	Arial, Sans-Serif, Verdana;
font-weight:	bold;
padding:	3px;
}

.button:hover  
{
background-color:	#E09C9C;
border-color:	#808080;
border-style:	solid;
border-width:	1px;
color:	#000000;
cursor:	pointer;
font-family:	Arial, Sans-Serif, Verdana;
font-weight:	bold;
padding:	3px;
}

A  {
color:	#FF0000;
font-family:	Arial;
text-decoration:	none;
}

A:Active  {
text-decoration:	none;
}

A:Hover  {
color:  #E09C9C;
font-family:   Arial;
text-decoration:	none;
}


BODY  {
background-color:	#000000;
color:	#FF0000;
font-family:	Arial;
font-size:	13px;
}

H1  {
color:	FF0000;
font-family:	Arial;
font-size:	32px;
}

H2  {
color:	FF0000;
font-family:	Arial;
font-size:	26px;
}

H3  {
color:	FF0000;
font-family:	Arial;
font-size:	20px;
}

H4  {
color:	FF0000;
font-family:	Arial;
font-size:	16px;
}

P  {
font-family:	Arial;
}

hr  {
color:	#FF0000;
}

td  {
font-family:	Arial;
font-size:	13px;
}
