BODY {
    background: #D5D4D7;
    font-family: Arial,Verdana,Helvetica,sans-serif;
}

.super {
	background: #EBE7DB;
	font-size: 13px;
	color: #353841;
	border: #D2C5A7 2px solid;
}

.header {
	background: url(./images/header_pic.jpg) no-repeat right;
	border-bottom: #D2C5A7 2px solid;
}

A {
    color: #265F20;
    text-decoration: none;
}
A:hover {
    color: #6699CC;
    text-decoration: underline;
}

.ml {
    font-size: 16px;
    padding: 3px 15px;
    text-align: center;
}

.mlOn {
    font-size: 16px;
    padding: 3px 15px;
    background: #ECECEC;
    text-decoration: none;
    text-align: center;
}

.section_header {
	font-size: 24px;
	color: #686C79;
}

