<style type= text/css>
td{background-color: black;}

tr{background-color: black;}

table{background-color: transparent;}

.header{
height: 100px; 
width: 700px; 
overflow: none; 
background-color: black;
}

.nav
{width: 120px; 
height: 300px; 
overflow: none; 
background-color: black;}

.bodheader
{font-family: verdana;
width: 580px; 
height: 20px; 
overflow: none; 
background-color: gray;
font-size: 16px;
text-transform: lowercase;
border: 1px solid black;
color: black;
font-weight: 900;
text-decoration: none;
word-wrap: break-word;}

.bod{
width: 580px; 
height: 290px; 
overflow: auto; 
background-color: black;}

.footer{height: 50px; 
width: 700px; 
overflow: none; 
background-color: black;
text-align: center;}

body{background-image:url("Untitled.jpg");
	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:black;
	scrollbar-shadow-color:white;
	scrollbar-arrow-color:white;
	scrollbar-track-color:black;}

img {border: none;}

a:link img {border: hidden;}

a:hover img {filter: xray; border: none;} 

a:link{font-family: verdana;
font-size: 10px;
text-transform: lowercase;
background: transparent;
border: 0px solid black;
color: white;
font-style: normal;
text-decoration: none;
word-wrap: break-word; 
}
a:visited{font-family: verdana;
font-size: 10px;
text-transform: lowercase;
background: transparent;
border: 0px solid black;
color: white;
font-style: normal;
text-decoration: none;
word-wrap: break-word;
}
a:hover{font-family: verdana;
font-size: 10px;
text-transform: none;
background: transparent;
border: 0px solid black;
color: white;
text-decoration: underline;
letter-spacing: 0px;
word-wrap: break-word;
}

.header, .nav, .bod, .footer{font-family: verdana;
font-size: 10px;
text-transform: none;
border: 0px solid black;
color: white;
font-style: normal;
text-decoration: none;
word-wrap: break-word; 
}

</style>