/* style.css - a simple style sheet */

body {

  margin-left: 2%; margin-right: 2%;

  color: blue; background: white;

  font-family: Verdana, sans-serif;
  
}

  a.menu {font-size: 30px}


  a.menu { color:white; text-decoration: none }

  a.menu:link { color: white }  /* for unvisited links */

  a.menu:visited { color: white } /* visited link */

  a.menu:hover { color: white } /* when mouse is over link */

  a.menu:active { color: white } /* active link */ 



  a.sponserlink {font-size: 30px}

  a.sponserlink { color:red; text-decoration: none }

  a.sponserlink:link { color: red }  /* for unvisited links */

  a.sponserlink:visited { color: red } /* visited link */

  a.sponserlink:hover { color: red } /* when mouse is over link */

  a.sponserlink:active { color: red } /* active link */ 

