html, body
{
   background : #F7ECD0;
   color : blue;
}

a:link
{
   color : blue;
   text-decoration : none;
}

a:hover
{
   color : blue;
   text-decoration : none;
   
}

a:visited
{
   color : blue;
   text-decoration : none;
}

font
{
   color : blue;
   text-decoration : none;
   
}

font.font_header
{
   font-family : "Times New Roman";
   font-size : 50px;
}

font.font_subheader
{
   font-family : "Times New Roman";
   font-size : 26px;
}

font.font_copy
{
   font-family : "Times New Roman";
   font-size : 25px;
}
