/* CSS Document */

body {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: #FFFFFF;
   background-image: url(../homeimages/home.gif);
   background-repeat: no-repeat;
   }
  
#splash {
  position: absolute; top: 294px; left: 160px;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  color: #FF0000;
  }
  
#menu {
   position: absolute; top: 0px; left: 0px;
   z-index: 10;
   }
   
#backup {
   position: absolute; top: 45px; left: 48px;
   z-index: 1;
   background: #CCCCCC;
   font-size: 10px;
   }
  
#backup a {
  color: #CC0000;
  text-decoration: none;
  text-align: left;
  font-size: 11px;
  }
#backup a:hover {
  text-decoration: underline;
  font-size:11px;
  }
  
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #009966;
	text-decoration: none;
}
