
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
scrollbar-face-color : #ffcccc; 
scrollbar-highlight-color : #FFFFCC; 
scrollbar-3dlight-color : #FFFFFF; 
scrollbar-shadow-color : #FF99CC; 
scrollbar-darkshadow-color : #663399;
scrollbar-track-color : #ffcccc; 
scrollbar-arrow-color : #330033; 
color: #330033; 
background: #ffcccc;
font-family: Garamond, courier new, serif;  
}

#header {
  margin: 0px;
  padding: 5px;
  height: 110px;
}
#left {
  position: absolute;
  left: 15px;
  top: 110px;
  width: 200px;
margin-top: 10px;
}
#center {
  top: 110px;
margin-top: 10px;
  margin-left: 235px;
  margin-right: 130px;
}
#right {
  position: absolute;
  right: 5px;
  top: 110px;
  width: 100px;
margin-right: 15px;
margin-top: 10px;
}

h1 { 
margin-left: 30px;
color: #9900cc;
font-weight: bold;
font-family: Courier new;
} 

h2 { 
margin-left: 30px; 
color: #9999cc;
font-weight: bold;
font-family: Courier new;
} 

h4 {
color: #996699;
font-weight: bold;
font-family: Courier new;
padding: 5px;
} 

p { text-indent: 30px; 
margin-top: 2px; 
margin-bottom: 2px; 
} 

i { 
font-style: italic; 
} 

u.strike {
text-decoration: line-through;
}

b { 
font-weight: bold; 
color: #ff3366;
} 

pre { 
font-family: monospace; 
} 

a:link { 
color: #ff3399;
text-decoration: none;
font-weight: bold;
 }
 a:visited { 
color: #ff6699;
text-decoration: none;
font-weight: bold;
} 
a:active { 
color: #FFCCCC;
text-decoration: none;
font-weight: bold;
 } 
a:hover { 
color: #CC33CC;
text-decoration: underline overline;
font-weight: bold;
 }

div.box{ 
border: dotted; 
border-width: thin; 
border-color: #ff6699;
padding: .5em;
margin: 5px;
}

div.header{
border: dotted; 
border-width: thin; 
border-color: #9999CC;
padding: .5em;
margin: 5px;
}

p.header{
color: #009999; 
font-size: large;
font-family: courier new;
}

img.i { 
border: 3px dashed #FFFFFF;
margin: 3px;
} 


