body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	font-size: medium;
	color:#000000
}
.categorytitle {
	color: #000000;
}

.siteDescription {
	color: #000000;
}

.blackbar {
	background-color: #ffffff;
}


.info, .info a, .info a:active, .info a:focus, .info a:hover, .info a:link, .info a:visited {
	font-family: "georgia", "Times New Roman", "Times", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.paging, .paging a, .paging a:active, .paging a:focus, .paging a:hover, .paging a:link, .paging a:visited {
	font-family: "georgia", "Times New Roman", "Times", sans-serif;
	font-size: 12px;
	color: #0000FF;
	background-color: #FFFFFF;
}

.menu, .menu a, .menu a:focus, .menu a:link, .menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;

}

.menu a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}



.mainCategory, .mainCategory a, .mainCategory a:active, .mainCategory a:focus, .mainCategory a:hover, .mainCategory a:link, .mainCategory a:visited {
	font-family: "georgia", "Times New Roman", "Times", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: Red;
}

.subCategory, .subCategory a,  .subCategory a:focus, .subCategory a:link, .subCategory a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
}
.subCategory a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;

}	

.subCategory a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;

}


.input {
	background: #F0FFFF; 
	font-size: 12px; 
	font-family: "georgia", "Times New Roman", "Times", sans-serif;
	border: 1px solid #006400;
}

.button {
	background-color: #D3D3D3;
	font-size: 12px; 
	font-family: "georgia", "Times New Roman", "Times", sans-serif;
	border: 1px solid;
}

/*	Links unvisited links							*/
a.link:link {
	color: #000000;
	text-transform: capitalize;
	font-size: medium;
}

/*	Links visited links							*/
a.link:visited {
	color: #333333;
	text-transform: capitalize;
	font-size: medium;	
}

/*	Links active links (not widely supported)				*/
a.link:active {
	color: #FF0000;
	text-transform: capitalize;
	font-size: medium;	
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
	color: #3A3A3A;
	text-transform: capitalize;
	font-size: medium;	
}

/*	Unvisited links								*/
a:link {
	color: #000000;
	
	
}

/*	Visited links								*/
a:visited {
	color: #333333;
	
	
}

/*	Active links (not widely supported)					*/
a:active {
	color: #FF0000;
	
	
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
	color: #3A3A3A;
	
	
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
	font-size: large;
	font-weight: bold;
	border: none;
	color: #000000;
	background-color: #FFFFD7;
}



h2 {
	font-weight: bold;
	border: none;
	color: #000000;
	font-size: medium;
	background-color: #FFFFD7;
}

h3 {
	font-weight: bold;
	border: none;
	color: #000000;
	font-size: small;
	background-color: #FFFFD7;
}