/* Style sheet for Kununurra Community Library Writers Festival */
BODY {
	background-color:#B95821;
	}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight : bold;
	color: #000000;
	}

h3 { 
	color:#FFC800;
	}	

/* This is for the links on the topbar */
.topbar {
	background-color:#B95821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color: #000000;
			}
	
a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:active {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
/* This is for the links on the sidebar */  

.sidebar {
	background-color:#B95821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color: #fff6d3;
			}
		
a.sidebarlinks:link {
	background-color:#B95821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #fff6d3;
	text-decoration: none;
		}

a.sidebarlinks:visited {
	background-color:#B95821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #fff6d3;
	text-decoration: none;  
		}
					  
a.sidebarlinks:active {
	background-color:#B95821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #a0c3c5;
	text-decoration: none;  
		}
					  
a.sidebarlinks:hover {
	background-color:#B95821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none; 
		}
