#wrap { 
	margin:0 auto 0 auto;
	width: 688px; 
	padding: 20px;
	background-color: #f2ffde;
	text-align:left;
	line-height: 16px;
	 }

body {
  font-family: Arial,Verdana,Sans-serif;
  color:#333;
  text-align:center;
  background-color: #ffffff;
  }
h1 {
	font-size:12pt;
	font-family:Verdana;
	font-weight:bold;
}
h2 {
	font-size: 1em;
	width: 400px;
	padding: 0 0 0 20px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	background-color:#F2F2F2;
}

#menuh {
        font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin: 20px 50px;
}

#menuh ul, li {
/*        list-style-type: none;*/
}

#menuh ul {
        margin: 0;
        padding: 0;
}

#menuh li {
        float: left;
}

#menuh a {
        text-decoration: none;
        color: #3366CC;
        background: #F0F7FC;
        display: block;
        padding: 3px 10px;
        text-align: center;
        border: 1px solid #ACCFE8;
        border-width: 1px;
}


#menuh a#select {
	background: #DBEBF6;
}

#menuh a:hover {
        background: #DBEBF6;
}

A:visited {text-decoration: none; color: #5fae58}
A:link {text-decoration: none; color: #cc3333}
A:hover {color:#cc9999; text-decoration: underline}

.abc {
	float:left; margin:20px 20px 20px 0;font-size:30pt; color: #5fae58; font-weight:bold;
	}
