/* very basic styles */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
	background:#fff;
	font-family: arial, sans-serif;
	font-size:80%;
	color:#000;
}


form {
	display:inline;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.3em;
}


h4 {
	font-size:1em;
}

h5 {
	font-size:1em;
}

p {
	font-size:1em;
}

h6 {
	font-size:0.9em;
}

small, .straptext, #lhcol .colcontent {
	font-size:0.85em;
}


a {
	color:#000;
}

a:visited {
	color:#666;
}


.noline {
	text-decoration:none;
}

span.access {
	text-decoration:underline;
}

.highlight {
	color:#016798;
}

.morelink, .morelink:visited {
	color:#ff030e;
}

.tester {
	background:#ff0;
}

SUB, SUP {
	font-size:9px;
}

SUB {
 vertical-align:baseline;
}