body {
background-image: url(heina2.jpg);
background-repeat: repeat-y;
}

#body {
float: none;
min-width: 400px;
padding-top: 40px;
padding-left: 260px;
font-size: 14px;
font-family: sans-serif;
text-decoration: none;
}

#menu {
float: left;
width: 240px;
font-weight: bold;
font-family: sans-serif;
text-decoration: none;
padding-left: 15px;
}

#cd {
//padding-left: 240px;
width: 400px;
background-color: #DDFDD3;
border: thin solid #398909;
}

ol {
	list-style: decimal-leading-zero inside;
}

h1 {
font-size: 20px;
font-family: sans-serif;
font-weight: bold;
color: #009900;
}

h2 {
font-size: 14px;
font-family: sans-serif;
font-weight: bold;
color: #009900;
}

p.2 {
font-size: 14px;
font-family: sans-serif;
margin-bottom: 3px
}

a:link {text-decoration: none;}     /* unvisited link */
a:visited {text-decoration: none;}  /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */
a:active {text-decoration: none;}   /* selected link */
