/* page_2010.css CSS Document */

/* This sets the background colour to midnight blue. */
body {background-color:#000020;}

/* This sets the header font style */  
h1 {
     width:794px;
     text-align:center;
     font-family:"Times New Roman";
     font-weight:bold;
     font-size:30px;
     color:blue;
   }
   
/* This sets Arial light blue */
h2 {
     text-align:justify;
     font-family:"Arial";
     font-size:10px;
     color:#80A0FF;
   }
h2.j12 {font-size:12px;}
h2.j14 {font-size:14px;}
h2.j18 {font-size:18px;} 
h2.j24 {font-size:24px;}  
h2.c24 {
         text-align:center;
         font-size:24px;
       }
h2.c18 {
         text-align:center;
         font-size:18px;
       }
h2.c14 {
         text-align:center;
         font-size:14px;
       }

/* This sets light blue Times New Roman font */
h3 {
     text-align:center;
     font-family:"Times New Roman";
     font-size:18px;
     color:#80A0FF;
   }
h3.r12
   {
     text-align:right;
     font-size:12px;
   }
   
/* Photograph titles */
h4 {
     text-align:center;
     font-family:"Arial";
     font-size:12px;
     color:white;
}

/* Member Text */
h5 {
     text-align:justify;
     font-family:"Comic Sans MS";
     font-size:14px;
     color:silver;
}

/* Editor Text */
p {
    text-align:justify;
    font-family:"Arial";
    font-size:12px;
    color:#80A0FF;
}
  
/* This creates the buttons small and large */
a:link,a:visited
{
  display:block;
  font-family:"Arial";
  font-size:9pt;
  color:#000000;
  background-color:#80A0FF;
      
  width:75px;
  text-align:center;
  padding:0px;
  text-decoration:none;
}
a.long {width:250px;}
a:hover,a:active
{
  color:#FFFFFF;
  background-color:#0000FF;
}


  
  