body {
 background-color: black;
 background: url(bottom_right.JPG) black;
 background-repeat: repeat-y;
 background-attachment: fixed;
 font-family: "Trebuchet MS", Verdana, Tahoma, Trebuchet MS;
 font-size: 10pt;
 color: white;
 text-align: justify;
 MARGIN-TOP: 10px;  MARGIN-LEFT: 20px; 
 MARGIN-RIGHT: 0px;
 position: absolute;
 width: 440
}
a {
 font-weight: normal;
 text-decoration: none;
 cursor: default;
 height:11;
 }
a:link {
 color: lightpink;
 cursor: default;
}
a:visited {
 color: #BF829F;
 cursor: default;
}
a:alink {
 color: #FFOOOO;
 cursor: default;
}
a:hover {
 font-weight: normal;
 color: #9D607D;
 cursor: default;
 position: relative;
 text-decoration: none;
}
top_right {
 background: url(top_right.JPG);
 MARGIN-TOP: 0px; MARGIN-LEFT: 0px; 
 MARGIN-RIGHT: 0px;
 width: 565px
}
top_left {
 background: url(top_left.JPG);
 MARGIN-TOP: 5px; MARGIN-LEFT: 50px; 
 MARGIN-RIGHT: 0px;
 width: 459px;
 font-size: 8pt
}
