/* Css Style Sheet version 2.1 - katebriscoe.co.uk */
/* by Edward Turtle */

html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	behavior: url(csshover.htc);
	margin-top: 4px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}

a {
	cursor: hand;
}

a:link {
	color: #669; 
	text-decoration: none;
}

a:visited {
	color: #669; 
	text-decoration: none;
} 

a:active {
	color: #669; 
	text-decoration: none;
}

a:hover {
	color: #669; 
	text-decoration: none; 
	font-weight:bold;
}

a img {
	border: none; 
}

/* IDs */

#sitemap {
	position:absolute;
	border:2px solid white;
	top:5px;
	right:36px;
	width:80px;
}

#help {
	position:absolute;
	border:2px solid white;
	top:5px;
	right:2px;
	width:30px;
}

/* CLASSes */

.img {
	border: 2px solid #ccc;
	margin: 3px;
	font-family:"Comic Sans MS", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:85%;
	color:#669;
	cursor: pointer;
}

.img:hover {
	border: 2px solid #ccc;
	margin: 3px;
	font-family:"Comic Sans MS", sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:85%;
	color:#669;
}

.starter {
	border: 2px solid #ccc;
	margin: 3px;
}

.normajust { 
	font-family:Verdana, sans-serif;
	font-size:125%;
	color:#666;
	text-align:justify;
	line-height: 190%;
	letter-spacing: normal;
}

.normaleft { 
	font-family:Verdana, sans-serif;
	font-size:125%;
	color:#666;
	line-height: 190%;
	letter-spacing: normal;
}

.smalljust { 
         font-family:Verdana, sans-serif;
         font-weight:300;
         font-style:normal;
         font-size:65%;
         color:#000000;
         text-align:justify
}

.smallleft { 
         font-family:Verdana, sans-serif;
         font-weight:300;
         font-style:normal;
         font-size:65%;
         color:#cccccc;
}

DIV.titlewhi{ 
         font-family:Verdana, sans-serif;
         font-style:normal;
         font-size:75%;
         color:#FFFFFF;
	 line-height: 190%;
	 letter-spacing: normal;
         }