/* style.css */

body {
  margin-left: 5%; margin-right: 5%;
  color: black; background-color: #ffffcc;
  font-family:Comic Sans MS Tahoma Verdana Sans-Serif;
} 

h1, h2, h3 
{
 font-family: "Arial";
  color: black;
  background: white;
}

h1 
{
    font-size: large
}

h2
{
    font-size: medium
}

h3 
{
    font-size: small
}
p { 
color: black; 
font-family: "Comic Sans MS", Tahoma, Sans-Serif;}

a { font-family: "Arial Narrow"; font-size: smaller;}

  /* for unvisited links */
  a:link { color: rgb(0, 0, 153);}
  
  /* for visited links */
   a:visited { color: Gray;} 
  /*  rgb(153, 0, 153)  */
  
  /* when link is clicked */
  a:active { color: rgb(255, 0, 102);}
  
  /* when mouse is over link */
  a:hover {  font-size:  larger; color: red;  font-weight:bold;}


/*a { font-family: "Ariel"; } */

/* tables */
table 
{
margin-left: auto; 
margin-right: auto; 
}
/* navigation links   */
nav
{
    font-size: small; 
    font-family: "Arial Narrow, Arial, Tahoma, Sans-Serif";
}