
/*New Chalfont Park Main Style Sheet*/

/*Set the body colours*/

body 			{ color: black; background: #CCFFFF; margin-left: 2%; margin-right: 2%; }

/* set main font style*/

font         { font-family: Arial }
a         { font-family: Arial }
body         { font-family: Arial }

/*set heading styles*/

h1           { text-align: center; color: black}
h2           { text-align: left; color: black}
h3           { color: black }

/*set list styles*/

ul           { color: black }
ol           { color: black }
span         { color: black }



/*Set link colours*/

a:link {color: blue }
a:visited {color: blue }
a:active {color: blue}
a:hover {color: red}

/*set the paragraph colour*/

p            { color: black }



/*set the horizontal bar colour*/

hr           { border-style: solid; border-color: black }

/*set table text colour*/

td           { color: black }



/*This is stuff we dont need

textarea     { color: black }

tbody        { color: black }
h1 {text-align: center}
h2 {text-align: left}
h3 {text-align: right}
strong { color: red }
*/


