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

	h1 { 
	font-size: 34px; 
	font-weight: bolder; 
	color:#572115;
	text-align: center;

} 
	h2 { 
	font-size: 19px; 
	font-weight: bolder; 
	text-align: left;
	color:#572115;
} 

	h3 { 
	font-weight: bolder; 
	text-align: center;
	font-size: 14px;
} 
	h4 { 
	font-weight: bolder; 
	font-size: 16px;
} 


body{font-family:Arial;font-size:17px;color:#000;}

			
.links {color: #000;}			
			
.contentcentre{
	text-align: center;
}		

.contentblink{
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
	text-align: left;
	color: #000;
}
.contentblink:hover{
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
}

.bulletpoints {
	background: url(bulletpoint.gif);
}


.background {
	background: url(background.jpg) repeat-x center center;
}
.backgroundstripes {
	background: url(stripes.jpg) repeat center center;
}

.contentbackground {
	background: #FFF;
}
.border {
	border: thick solid #630;
}
.brownfont {color:#572115;}

.sky {font-size: 9px;
	text-align: center;}

.skylink{
	font-size: 9px;
	text-decoration: underline;
	text-align: center;
	color: #000;
}
.skylink:hover{
	font-size: 9px;
	text-decoration: none;
	text-align: center;
}