/*James Sacci
	filename:tssc.css*/



/*cascade style sheet for scubadown web site*/ 

/*makes links black, no underline,and bold*/
a:link {color:#99ffff; text-decoration:none; }

/*changes color after visited, no underline, and bold*/
 a:visited {color:#99ffff; text-decoration:none; }

/*changes color during hove, underlines text,and bold*/
 a:hover {color:#ffffff; text-decoration:underline; }

/*changes color while being clicked, bold, and no underline*/
 a:active {color:#ff0000; text-decoration:none;}



/*background color of the page*/
body {background-image:url(images/BGlogo.gif); background-repeat;repeat; }

/*aligns contents of cells in the table of contents*/
.toc {background:#0000ff; }
.toc a {font-family:"Verdana","Helvetica",sans-serif; font-size:12px; margin-left:2px; margin-right:2px }


.content {background-color:#CCFFFF; text-align:left; }

.content p {
	margin-left:5px;
	margin-top:10px;
	margin-right:5px;
}


.content a:link {
	color:#0000ff;
	text-decoration:underline;
}
.content a:visited {color:#990033; text-decoration:underline; }
.content a:focus {color:olive; text-decoration:underline;}
.content a:hover {
	color:#990033;
	text-decoration:none;
}
.content a:active {color:#990033; text-decoration:underline;}

h1 {
	font-family:Arial;
	color:#990000;
	font-size: 18px;
}

h2, h3 {
	font-family:"Helvetica Bold";
	color:#990000;
	font-size: 16px;
	font-style: italic;
}

