/* Mike Shillitoe D S Ltd. 1999 */
A:name		{
	color: black
}

A:link {
	text-decoration: underline ;
	background: transparent;
	color: #DC143C
}
 
A:visited {
	text-decoration: none ;
	font-weight: normal;
	color: #BA55D3
}

A:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red ;
	text-transform: none;
	background-color : Aqua;
}

A:active {
	text-decoration: underline ;
	font-weight: normal;
	color: pink ;
	text-transform: uppercase;
	background-color : Lime;
}

BODY {
	background-image: url(graphics/background199.jpg) ;
	background-attachment: fixed ;
	background-repeat: repeat ;
	margin-left: 3% ;
	margin-right: 3% ;
}

H1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 175% ;
	font-weight: bold ;
	text-align: center ;
	text-decoration: normal ;
	color: #000070
}

H2 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 150% ;
	font-weight: bold ;
	text-align: center ;
	text-decoration: normal ;
	color: #A00068
}

H3 {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold ;
	text-align: center ;
	text-decoration: normal ;
	font-size: 125% ;
	color: #B00000
}

H4 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 112% ;
	text-align: center ;
	color: #C00069
}

H5 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 106% ;
	text-align: center ;
	color: #D00069
}

H6 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 90% ;
	text-align: center ;
	font-style: italic;
	color: gold
}

P. {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 100% ;
	text-align: justify ;
	color: brown
}

P2. {
	font-family: comic sans, Helvetica, sans-serif ;
	font-size: 100% ;
	text-align: justify ;
	color: brown
}

