/* CSS Document */

/* this is a comment */

body {background-color:#87CEFA;}

/* This creates the buttons small and large */
a:link,a:visited
{
  display:block;
  font-family:"Arial";
  font-size:12pt;
  color:#000000;
  background-color:#FF8080;
      
  width:150px;
  text-align:center;
  padding:0px;
  text-decoration:none;
}
a.long {width:250px;}
a:hover,a:active
{
  color:#FFFFFF;
  background-color:#FF0000;
}


h1 {font-family:"times new roman";
font-size:24pt;
color:#7F00FF;}




