h1 {
        font-family: "Times New Roman", Times, serif;
        font-size: 36px;
        font-style: italic;
        font-weight: normal;
        color: #FFFFFF;
        background-color: #990000;
        background-position: center;



}
h2 {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: italic;
        font-weight: lighter;
}
h3 {
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bolder;
        color: #CC00FF;
        font-style: oblique;
} 
a	{
color:	#9900FF;
}
a:hover	{
font-style:	oblique;
background-color:	#6699FF;
}
a:link	{
text-decoration:	none;
}
a:active	{
font-size:	larger;
font-style:	italic;
background-color:	#66CCFF;
}
a:visited	{
text-decoration:	none;
} 


