<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 {
bgcolor: #FFFFFF;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: left;

scrollbar-base-color: #FFFFFF; 
scrollbar-arrow-color: #FF0000;
scrollbar-DarkShadow-Color: #FFFFFF; 
scrollbar-Track-Color: #FFFFFF;
scrollbar-Highlight-Color: #FFFFFF;
}

p { color: #999999; font-family: arial; font-size: 12px}
u {color: #FF0000; font-family: arial; font-size: 12px}
i {color: #FF0000; font-family : arial; font-size: 11px}
b {color: #FF0000; font-family : arial; font-size: 12px}
li { color: #999999; font-family: arial; font-size: 14px}
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>
