/* Sugar Coatings and Prevarication the style sheet (scp)
Copyright Sean Camden 10.11.2000 */

body {
	background-image: url(images/damshape1_b.jpg);
	background-repeat: repeat-xy;
}

td.title {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-size: x-large;
	
}

td.titles {
	font-family: times, garamond, serif;
	font-size: medium;
	font-weight: bold;
}

table.legal {
	font-family: helvetica, arial, sans-serif;
	text-align: right;
	font-size: 8pt;
}

a:link { 
	color: white;
	text-decoration: none;
}

a:visited { 
	color: black;
	text-decoration: none;
}

a:active { 
	color: red;
	text-decoration: none;
}

a:hover { 
	color: red;
}


