<style type="text/css">

body 

{ 
color: white; 
background-color: maroon;
font: bold 18pt serif; 
}


{
scrollbar-face-color:maroon;
scrollbar-arrow-color:red;
scrollbar-track-color:cc0000;
scrollbar-shadow-color:darkred;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-Color:black;
}

{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#header {
  left: 0px;
  margin: 0px, 0px, 10px, 0px;
  padding: 0px;
  height: 300px;
}
#login {
  background-color: cc0000;
  position: absolute;
  left: 15px;
  top: 325px;
  width: 200px;
  height: 200;
}
#welcome {
  background-color: cc0000;
  top: 20;
  margin-left: 215px;
  margin-right: 15px;
  height: 200;
}
#gallery {
  background-color: cc0000;
  font-size:14pt;
  position: absolute;
  left: 15px;
  top: 535px;
  width: 200px;
  height: 200;
  margin-bottom: 20
}
#latest {
  background-color: cc0000;
  position: absolute;
  top: 535;
  left: 225px;
  margin-right: 15px;
  height: 200;
}
#footer {
  background-color: maroon;
  position: absolute;
  top: 740;
  left: 15px;
  margin-right: 15px;
  height: 50;
}


a:link { color: yellow; text-decoration: none; }
a:visited { color: yellow; text-decoration: none; }
a:hover { color: orange; text-decoration: underline; }
a:active { color: orange; text-decoration: underline; }




</style>