/* mylesdeep.css */

<style>
<!--

body 
  { scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #333333;
    scrollbar-track-color: #555555; 
	
	background-color:#003366;
	
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#CCCCCC;
	}
	

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}


.style6 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}


a.dark:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #444444; }

a.dark:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #777777; }

a.dark:hover
  { text-decoration : underline;
    font-weight: bold;
    color: #FFFFFF; }

a.dark:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #444444; }



a.light:link 
  { text-decoration : none;
  	font-size:9px; 
    color: #AAAAAA; 
	}

a.light:visited 
  { text-decoration : none;
    font-size:9px;  
    color: #999999; 
	}

a.light:hover
  { font-size:9px;
    color: #FFFFFF;
	text-decoration:overline; }

a.light:active  
  { text-decoration : none;
    font-size:9px; 
    color: #AAAAAA; }

	
	
a.bright:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #FFFFFF; }

a.bright:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #999999; }

a.bright:hover
  { font-weight: bold;
    color: #AAAAAA; }

a.bright:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #FFFFFF; }
  
  
  
a.mid:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #333333; }

a.mid:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #666666; }

a.mid:hover
  { text-decoration : underline;
    font-weight: bold;
    color: #FFFFFF; }

a.mid:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #333333; }
	

.gray-bg { background-color: #CCCCCC; }

-->  
</style>

