/*
This style sheet was created for Scotwash\index.htm
*/

BODY, P {
     background-color : #ffffff;
     font-family : "Comic Sans MS";
     color : #000000;
}

A {
     color:#0000ff
 }

A:LINK {
     color:#0000ff;
 }

A:VISITED {
     color:#0000ff
 }

A:HOVER {
     text-decoration: none;
     font-size: normal;
     border-bottom: 2px dotted #0000ff;
}

HR {
     color : #ff0000;
 }

LI {
     list-style : disc;
     font : bold 10pt;
     margin-left : 50px;
}

.hover {
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #0000aa;
	border: 2px dotted #0000ff;
	background-color: #ffffff;
}	