
body
{
background-color:white;
background-attachment:fixed;
}
h1
{
font-family:arial,Verdana,Georgia,Times New Roman;
color:red;
font-size:20px;
}
h3
{
font-family:arial,Verdana,Georgia,Times New Roman;
color:red;
font-size:30px
}
p
{
font-family:arial,Verdana,Georgia,Times New Roman;
color:black;
font-size:20px;
}




a:link,a:visited
{
color:red;
text-decoration:none;
font-size:20pt;
}
a:hover,a:active
{
color:red;
text-decoration:underline;
}


