
a img,:link img,:visited img { 
	border:none 
}
body {
	font-size: 76%;
	background-color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	margin:0;
	padding:0;
}
h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.5em;
	}
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;
}
