@charset "ISO-8859-1";

/* KaServer */

body {
	font-family: "Helevetica", sans-serif;
	font-size: 12pt;
	margin: 3em;
	background: white;
	color: black;
}

a {
	color: #007700;
	font-decoration: underline;		
}

a:visited {
	color: #007777;
}

a:focus:hover {
	color: gray;
}

a img {
	border: none;
}

h1 {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	font-variant: small-caps;
}

.nolink {
	font-decoration: underline;
}

.centre {
	text-align: center;
}
