/* CSS Document */

<style type="text/css" media="screen">
/* <![CDATA[ */
A:link{
color:BLUE;
text-decoration:none;}
A:visited{
color:BLUE;
text-decoration:none}
A:active {
color:BLUE;
text-decoration:none}
A:hover {
color:BLUE;
text-decoration:none}
a {text-decoration: none}




.thebody {margin-left: -8px;margin-top: -8px;}
*.thebody {margin-left: 0px;margin-top: 0px;}/* Corrections for other browsers than Netscape 4 */

BODY {
background-image: url('../images/gradient.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
background-color: WHITE;
margin:0; 
padding:0; 

}

#Middle {
background: transparent;
border-width: 0px;
border-color:blue;
border-style:solid;
}



/* ]]> */
</style>