             
a:link       { color: white;
			   text-decoration: none;
			   font-weight: bold; }

a:active     { color: white;
			   text-decoration: none; 
			   font-weight: bold;}

a:visited    { color: white;
			   text-decoration: none; 
			   font-weight: bold;}
			   
a:hover 	 { color: lightblue;
			   text-decoration: none;
			   target: mainFrame;
			   font-weight: bold;
			   }		   
			   
h1           { font-family: Arial, Verdana, Helvetica; 
               font-size: 30pt; 
			   font-weight: bold;
			   text-align: left;
               color: white;
               }
               
h2           { font-family: Arial,Verdana,Helvetica;
               font-size: 25pt; 
               color: #17B4FF; 
			   text-align: left;
               }
               
h3           { font-family: Arial,Verdana,Helvetica; 
               font-size: 35pt; 
               color: white;
			   text-align: left;
               }
               
h4           { font-family: Arial,Verdana,Helvetica; 
               font-size: 20pt; 
			   text-align: left;
               color: #2F97FF; 
               }
               
h5           { font-family: Arial,Verdana,Helvetica; 
               font-size: 8pt; 
			   text-align: justify;
			   color: white;
               }
               
h6           { font-family: Arial,Verdana,Helvetica; 
               font-size: 16pt; 
               color: #4AA5FF; 
			   text-align: left;
               }
               

p            { font-family: Arial,Verdana,Helvetica; 
			   font-size: 12pt;
			   color: white;
               }
div          { font-family: Arial,Verdana,Helvetica; 
			   font-size: 12pt;
			   color: white;
               }
               
pre            { font-family: Arial,Verdana,Helvetica; 
			   font-size: 12pt;
			   color: white;
			   text-align: left;
               }
			   
body         { 
			   font-family: Arial, Verdana, Helvetica; 
               background: #000000 url(http://www.geocities.com/joevinceavenue/bg_01.gif);
			   overflow-x: hidden;
			   overflow-y: hidden;
			   background-attachment: fized;
			   background-position: top left;
			   background-repeat: no-repeat;
			   scrollbar-base-color: #000000;
               scrollbar-arrow-color: #FFFFFF;
               scrollbar-track-color: #000000;
               scrollbar-shadow-color: #FFFFFF;
               scrollbar-lightshadow-color: #FFFFFF; 
			   scrollbar-darkshadow-color: #000000;
 			   scrollbar-highlight-color: #FFFFFF;
			   scrollbar-3dlight-color: #000000; 
			   }

table, td, th    { font-family: Arial, Verdana, Helvetica;
               	   font-size: 12pt; 
				   color: white;
              }