/*Chalfont Park Gallery Style Sheet*//*Set the body colours*/body 			{ color: yellow; background: black; margin-left: 2%; margin-right: 2%; }em           { color: yellow }div          { color: yellow }/* set main font style*/font         { font-family: Times New Roman }/*set heading styles*/h1           { text-align: center; color: yellow }h2           { text-align: left; color: yellow; font-style: italic }h3           { color: yellow }/*set list styles*/ul           { color: yellow }ol           { color: yellow }span         { color: yellow }/*Set link colours*/a:link {color: red }a:visited {color: cyan }a:active {color: orange}a:hover {color: yellow}/*set the paragraph colour*/p            { color: yellow }/*set the horizontal bar colour*/hr           { border-style: solid; border-color: yellow }/*set table text colour*/td           { color: #FFFF00 }