body {
	color: black;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}

input,.send {
	border: 1px solid #696969;
	font-size: 12px;
	padding: 0px;
}

.send{
	font-size: 11px;
}


.leftnavigation-title {
	font-weight: bold;
}

.subtitle,.title {
	font-weight: bold;
}

.title {
	font-size: 20px;
}

a:link, a:visited {
	background-color: #FFFFE0;
	color: #228B22;
	font-weight: bold;
}

#top, #navigation, #leftnavigation, #first, #leftnavigation-title {
	display: none;
	/*visibility: hidden;*/
}


