.MainLink	{ text-decoration: none; color: 4178e2; }
.MainLink:hover	{ text-decoration: underline; color: ff0000; }

body { scrollbar-track-color: #2f3336; scrollbar-face-color: #2072ae;
scrollbar-shadow-color: #00ce00; scrollbar-darkshadow-color:
#4288f0; scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #4288f0; scrollbar-arrow-color:
#ffffff }

body
{ 
background-image:url('/images/background.jpg');
background-repeat:repeat;
background-attachment:fixed;
background-position:center; 
}

#tableOne { 
width:700px; 
height:30px; 
border-style:ridge; 
border-width:1px; 
border-top-color:#77ff77; 
border-left-color:#77ff77; 
border-right-color:#00a800; 
border-bottom-color:#00a800; 
} 
#tableOne td { 
border:1px solid #e9ffd2 
} 

#tableTwo
{
background-image:
url('/images/beach1.jpg')
}

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}