
a:link{
color: #000080;
background-color:transparent;
text-decoration: none;
font-weight: bolder;
}
a:visited{
color: #800080;
background-color:transparent; 
text-decoration: underline
} 
a:active{
color: #FF0000;
background-color:transparent;
text-decoration: none;
}
a:hover{
color: #000080;
background: #87CEFA;
text-decoration: none;
font-style: oblique;
font-weight: bolder;
}
body {
background-color: #FFEBCD;
color: #000080;
width: 800px;
margin: 100px;

}
h1, h2, h3{
background: #87CEFA;
color: Navy;
text-align: center;
width: 100%;
}
div.float {
  float: left;
  border:  #FFEBCD ;
  background-color: #FFEBCD;
  color: navy;  
  padding: 20px;

      }
div.float p {
   text-align: center;
   }
div.container {
  background-color: #FFEBCD;
  color: navy;
  margin-left: 50px;

   }
div.spacer {
  clear: both;
  }
div {text-align: center;
}
.link { 
font-family: "Times New Roman",verdana, monospace, Arial, Helvetica, Sans Serif;
background-color: #87CEFA;
color: #000080;
margin-top: 10px;
margin-bottom: 2px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
width:100%;
}
.foot { 
font-family: "Times New Roman",verdana, monospace, Arial, Helvetica, Sans Serif;
background-color: #87CEFA;
color: #000080;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
width:100%;
}
P, a { cursor : url("pictures/gmc2.cur"), url("pictures/gmc.cur"), text; }
