/* Style sheet for Kununurra Community Library Writers Festival */
BODY {
	background-color:#F7f3d0
	}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	color: #000000;
	}

h3 { 
	color:#933c1f;
	}
	
	h4 { 
	color:white;
	}
	
.bodytext{
	margin-left:14px;
	}

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: #666666;
	}
	
/* This is for the links on the sidebar */  

.sidebar {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	color: #e68e52;
			}
		
a.sidebarlinks:link {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #e68e52;
	text-decoration: none;
		}

a.sidebarlinks:visited {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #e68e52;
	text-decoration: none;  
		}
					  
a.sidebarlinks:active {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #e68e52;
	text-decoration: none;  
		}
					  
a.sidebarlinks:hover {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #8d3600;
	text-decoration: none; 
		}