body {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	margin: 0;
	padding: 1em;
	border: 0;
	background-color: #A6A6A6;
	text-align: left;
	color: black;
}

h1 {
	font-size: 250%;
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 100%;
}

h2 {
	font-size: 170%;
	text-decoration: underline;
}

p {
	margin: 1em 0 0 0;
	padding: 0;
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #747474;
	color: #747474;
	background-color: transparent;
}

a:hover {
	color: #D3D3D3;
	background-color: #747474;
}

#wrapper
{
	background-color: white;
	color: black;
	text-align: left;
	padding: 1em;
	border: 5px solid #747474;
	line-height: 140%;
}

#navigation {
	text-align: center;
	margin-top: 1em;
}

#switcher {
	text-align: center;
}

.smallprint {
	font-size: 70%;
}

.linklist {
	line-height: 190%;
}

.giantlink {
	font-weight: normal;
	font-size: 170%;
	margin: 25px 0 -4px 0;
}