
a img,:link img,:visited img { 
	border:none 
}
body {
	background-color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	margin:0;
	padding:0;
}
h1 {
	font-size: 1.7em;
	}
h2 {
	font-size: 1.6em;
	margin-bottom:5px;
	}
h3 {
	font-size: 1.3em;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 0.8em;
	}
p {
	font-size: 1em;
}

/* Skiplinks
--------------------------------------*/
#skiplinks UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
#skiplinks LI {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#skiplinks A { /* Colour */
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 10px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0.8em !important;
	z-index: 1002;
}
#skiplinks A:active, .skiplinks A:focus { /* Only show skiplinks on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 6px;
	font-size: .6em;
	background: #FFF;
	z-index: 10000;
}

/*Search form*/
#searchform {float:right;padding-top:10px; padding-right:1px;  font-weight:bold;}
#searchform label {padding-right:3px;}
#searchform input#words {border:1px solid #000}
#searchform input#submit {height:20px; font-size:90%; background-color:#000; color:#FFF;border:none; margin-left:5px;padding-left:3px; padding-right:3px;font-weight:bold;}