/* Noticeboards style sheet */

BODY {
	background-color: #68C250;
	font-family: "Verdana", sans-serif;  
	font-size: 12px; 
}


/* .mainh1 - for noticeboard heading */
.mainh1  { 
	padding: 0; 
	margin: 0; 
	font-family: "Verdana", sans-serif;  
	font-size: 16px; 
	background-color: transparent; 
	border-width: 0; 
	line-height: 1.1; 
	font-weight: bold;
}

/* .notice1 - for titles of individual notices */
.notice1 { 
	padding: 0; 
	margin: 0; 
	font-family: "Verdana", sans-serif; 
	font-size: 12px; 
	background-color: transparent; 
	border-width: 0; 
	line-height: 1.1; 
	font-weight: bold;
	
}

/* .notice2 - for text of individual notices */
.notice2 { 
	padding: 0; 
	margin: 0; 
	font-family: "Verdana", sans-serif;  
	font-size: 12px; 
	background-color: transparent; 
	border-width: 0; 
	line-height: 1.1; 
	font-weight:normal;
}
	
FORM {display: inline;}



