BODY
/*
Put your comments in here.......

I suggest you not bother with a background image, as I have had great trouble with one showing up under Netscape 4 on pages other than my home page.

If you want one, the CSS code is 

	background-image :  url("images/scads_background.gif");

You can just add it to where the blank line is below.
*/
{
	background-color : #CCCCCC; 

	font-family : Arial, Helvetica, sans-serif;
	color :   #000000; 		
}
P 
{	

}
A
{
}
A:Visited
{
	color : purple; "#3300FF"  ;
}
A:Active
{
	color : blue; "#9900FF" ;
}
A:Hover
{
	color : red; "#FF3333" ;
}
H1
{
	color : #000000 ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large ;
	font-weight : bolder ;
	text-align : center ;
}
H2
{
	color : #990000 ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large ;
	font-weight : bold ;
	text-align : center ;
}
H3
{
	color : #000099 ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium ;
	font-weight : bold ;
	text-align : left ;
}
H4 
{ 
	color : #000099 ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium ;
	font-weight : normal ;
	text-align : left ;
} 
H5 
{ 
	color : #000099 ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium ;
	font-weight : normal ;
	text-align : left ;
} 
H6
{
	color : #000099 ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium ;
	font-weight : normal ;
	text-align : left ;
}
hr 
{  
	color: #000099
}
/*
This is used in <div> tags to reduce the width of text
for parts of pages where the text stretches
all the way across the page.
*/
.narrowwidth 
{ 
	margin-left : 10%;
    margin-right: 10%;
}
