body {
	background-color: #ccc;
	font-family: sans-serif;
	font-size: 11pt;
}
.edit {
	font-size: 9pt;
	float: right;
}
.layout {
	position: relative;
	width: 980px;
	height: 100%;
}
.pad {
	padding: 5px;
	margin: 0px;
}
.head {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 980px;
	left: 0px;
	top: 0px;
	font-size: 35px;
	color: #fff;
}
.menu {
	font-size: 9pt;
	background-color: #ffffff;
	position: absolute;
	width: 180px;
	top: 55px;
	left: 0px;
}
.content {
	background-color: #ffffff;
	position: absolute;
	left: 185px;
	width: 795px;
	top: 55px;
}
h1,h2,h3 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
h1 {
	border-bottom: solid medium #00f;
}
h2 {
	margin-top: 5px;
	font-size: 12pt;
}
h3 {
	margin-top: 5px;
	font-size: 11pt;
}
p {
	margin: 0px;
	padding: 0px;
	margin-top: 5pt;
	margin-bottom: 5pt;	
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	border: solid thin #00f;
}
.quote {
	padding: 10px;
	background-color: #e6e6e6;
	border: solid medium #fff;
	font-family: monospace;
}
/*
.amenu {
	color: #00f;
}
.amarked {
	color: #ff0;
}
*/
.aactive {
	color: #ff0000;
}
