body {
background-image: url(heina2.jpg);
background-repeat: repeat-y;
}

#body {
float: none;
min-width: 800px;
padding-left: 210px;
text-decoration: none;
}

#menu {
float: left;
width: 200px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
}

#cd {
//padding-left: 240px;
width: 400px;
background-color: #DDFDD3;
border: thin solid #398909;
}

ol {
	list-style: decimal-leading-zero inside;
}

h1 {
font-size: 20px;
text-decoration: underline;
}

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 */

