<html>
<head>
<title>Dug Out Style</title>
<style type="text/css">

a:link { color: white }


a:link { color:#FF0000}
a:visited { color:#FF0000}
a:hover { color:#FF9966}
a:active { color:#FFCC99}

body {
background-attachment: fixed;
background-repeat: no-repeat;
background-position: left;

scrollbar-base-color: black; 
scrollbar-arrow-color: #FF9966;
scrollbar-DarkShadow-Color: #CC3300; 
scrollbar-Track-Color: black;
scrollbar-Highlight-Color: black;
}

p { color: #999999; font-family: arial; font-size: 11px}
em {color: #999999; font-family: arial; font-size: 10px}
i {color: #999999; font-family : times new roman; font-size: 12px}
li { color: #999999; font-family: arial; font-size: 12px}
h1 {color : #6699CC; align : center; font-family : tahoma; font-size: 20px}
h2 {color : #6699CC; align : center; font-family : tahoma; font-size: 14px}
h6 {color : #CC3300; align : center; font-family : arial; font-size: 11px}


</style>
</head>