@charset "utf-8";
/* CSS Document */

* {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	
}
	
	
h2, h1, h3 {
	color:#663366;
}

a {
	color:#663366;
	}
	
body {
    background-image: url(images/Background.gif); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #FFFFFF; /** Website BG colour (matches canvas colour in Step 1) **/
	
}


	


