
/* Main page of class: Style Sheet */

body 	{
        background-color: #FFFFEF; 
        margin: 1% 2% 1% 2%;
}

H1 	{
	color: #660000; 
	font-family: Helvectica; 
	text-align: center; 
} 

H3      { 
        font-family: cursive;
        font-variant: small-caps;
        font-weight: 600;
}

#copyright  {
        font-style:italic;
        font-size:smaller
}
