*{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body{
	background-color: #0C4D3C;
	width: 100%;
}

h1{
	font-size: 16px;
}

.head h1 a{
	color: #D2DFEA;
	text-decoration: none;
}

.body {
	color: #D2DFEA;
}

.body h2{
	font-size: 14px;
	background-color: #002F21;
}

.body h2 a{
	color: #D2DFEA;
	text-decoration: none;
}

.menu *{
	display: none;
}

.text{
	text-align: left;
	background-color: #568675;
	margin-bottom: 5px;
}

.text a{
	color: #D2DFEA;
}

.text a:hover{
	color: white;
}

.text h3{
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 2px;
	border-left: solid 1px #D9E9DF;
	border-bottom: solid 1px #D9E9DF;
}

.text h3 a{
	text-decoration: none;
	color: #002F21;
}

.comment{
	text-align: left;
}

.res{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border-left: solid 3px #A3C3B5;
	border-right: dashed 1px #A3C3B5;
	border-top: dashed 1px #A3C3B5;
	border-bottom: dashed 1px #A3C3B5;
	background-color: #1C5D4C;
}

.quote {
	border: solid 1px #80A080;
	background-color: #568675;
}
