


/*  -------------SET-UP FOR SCROLLBAR ELEMENT-------------  */

BODY {	scrollbar-base-color: #663366; 
	scrollbar-face-color: #2F6786; 
	scrollbar-track-color: black; 
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-shadow-color: #663366;
	scrollbar-darkshadow-color: #000000; 
     } 




/*  -------------SET-UP FOR BODY SECTION-------------  */
BODY 		{background: black}


/*  -------------SET-UP FOR HEADINGS-------------  */
H1		{font-family: arial black}
H1 		{font-size: 17pt}
H1 		{line-height: 18pt}
H1 		{font-style: }
H1 		{color: #0066CC}
H1		{text-align: center}
H1		{text-decoration: none}

H2		{font-family: arial}
H2 		{font-size: 13pt}
H2 		{line-height: 2pt}
H2 		{font-style: bold}
H2 		{color: black}
H2		{text-align: }
H2		{text-decoration: none}

H3		{font-family: arial}
H3 		{font-size: 12pt}
H3 		{line-height: 14pt}
H3 		{font-style: bold}
H3 		{color: gr}
H3		{text-align: center}
H3		{text-decoration: none}

H4		{font-family: arial}
H4 		{font-size: 15pt}
H4 		{line-height: 14pt}
H4 		{font-style: bold}
H4 		{color: gr}
H4		{text-align: center}
H4		{text-decoration: none}

H5		{font-family: arial}
H5 		{font-size: 10pt}
H5 		{line-height: 14pt}
H5 		{font-style: bold}
H5 		{color: gr}
H5		{text-align: center}
H5		{text-decoration: none}

H6		{font-family: arial}
H6 		{font-size: 5pt}
H6 		{line-height: 14pt}
H6 		{font-style: bold}
H6 		{color: gr}
H6		{text-align: center}
H6		{text-decoration: none}



/*  -------------SET-UP FOR HORIZONTAL RULES-------------  */
HR  		{color: grey}
HR  		{width: 100%}
HR  		{height: 1}
HR  		{text-align: center}



/*  -------------TABLE INFO STARTS HERE-------------   */

TABLE		{font-family: arial}
TH		{color: black}
TH		{background-color: yellow}	
TD		{color: black}	



/*  -------------LINK INFO HERE-------------   */
A:LINK		{color: white}
A:ACTIVE	{color: red}
A:VISITED	{color: white}
A:HOVER		{color: yellow}

A:HOVER		{text-decoration: none}
