/* Style Sheet for the Essex Witch Site */

/* Here's the stuff which would normally go in the body tag */

A:link {
	color: #3927E7;
}

A:visited {
	color: #857CDA;
}

A:active {
	color: #B5B1DF;
}

BODY {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	font-family: serif;
	color: #000000;
	background-color: #AC6FE0;
	background-image: url("http://www.essexwitch.co.uk/sky75.jpg");
	background-repeat: repeat;
}

H1 {
    font-weight: bold;
    font-size: medium;
    font-family: serif;
    text-align: center;    
}

P {
    text-align: center;
    padding: 6px;    
}
