
body {
  font-family: Verdana, Arial, Times;
  font-size: 9pt;
  background-color: white;
}

p {
  font-family: Verdana, Arial, Times;
  font-size: 10pt;
  color: black;
}

a {
  text-decoration: none;
    font-size: 9pt;
}

a:link {
  color: #660000;
    font-size: 9pt;
}

a:visited {
  color: #660000;
    font-size: 9pt;
}

a.fpage:link {
    text-indent: 20px;
    color: white;
    font-size: 11pt;
}

a.fpage:visited {
    text-indent: 20px;
    color: white;
    font-size: 11pt;
}

a.fpage:hover {
    color: red;
    font-size: 12pt;
}

div.ul {
   background-color: #f7cf16;
   top: 20px; left: 30px;
   width: 30%; height: 30%;
   position: absolute;
   }
   
div.ur {
   width: 50%; height: 60%;
   background-color: #1e4706;
   top: 0px; left: 530px;
   position: absolute;
   z-index: 4;
   }
   
div.ll {
   width: 35%; height: 50%;
   background-color: #173b5c;
   top: 37%; left: 10px;
   position: absolute;
   z-index: 2;
   padding: 20px;
   vertical-align:bottom;
   }
   
div.lr {
   width: 60%;  height: 50%;
   background-color: #801d0d;
   top: 300px; left: 250px;
   position: absolute;
   z-index: 3;
   padding: 50px;

   }
   
div.strip {
   width: 240px; 
   padding-top:20px; padding-bottom:20px;
   background-color: #801d0d;
   top: 50%; left: 280px;
   position: absolute;
   z-index: 5;
}


div.floating {
	position:absolute;
	bottom:5;
	left:30;
}

#craven_link{
	position: absolute;
	left: 5px; top:98%;
}

#craven_link a { color:white; }