/*red-on-white.css*/
BODY
{
	background-color: white; color: #BB1E51;
	font-family: "Times New Roman" , Times, serif;
	margin-top; 5%
}

H1, H2, H3
{
	font-family: Arial, Helvetica, sans-serif
}

    H1 { font-size=28pt/30pt }
    H2 { font-size=22pt/24pt; color: #FF00FF }
    H3 { font-size=16pt/18pt; color: #FF00FF }
    #black {color: #000000 }
	
P
{
    text-indent: 2em
}

A:link { color: #8000FF; text-decoration: none}
A:visited: { color: #830306; text-decoration: none }
A:active  { color: #0F0F0F; text-decoration: none }

