/* External Style Sheet */

BODY {background-color: #FFFFCC }
  
     /* light yellow background */ 
 #page {
background-color: #FFFFCC
text-align: left;
margin: 0px 100px 0px 100px;
padding: 0px 190px 0px 190px;
position: relative;
/* The entire template's width is set in this class. */
width: 720px;
border: 2px solid #ddd;
  {font-family: Arial; }
}
  a:link {color: #ff00ff }
  a:visited { color: purple }
  a:hover {color: black }
  a:active {color: #ff0000 }  
H1, H2, H3, H4, H5, H6
  {
  font-weight: bold;
  font-family: arial;
  color: black;      
  text-align: center;
}

H1
  {
  font-size: 26pt;
  }

H2 
  {
  font-size: 20pt;
  }
H4
  {
  color: green;
  }

P
  {
  font-family: arial;
  font-size: 12pt;
  }

UL LI
  {
  font-family: "Book Antiqua", serif;
  font-size: 12pt;
  list-style-type: square;
  }

   
.special
  {
  color: #00f;
  font-size: 14pt;
  font-family: Arial;
  text-align: left;
  }   

.header
  {
  border: #FF0000 solid 2px; /* red */
  color: #FF0000; /* red */
  font-style: italic;
  }

.footer
  {
  color: #009900; /* green */
  font-size: 10pt;
  font-family: sans-serif;
  text-align: center;
  }
