

body {
	font-size : 14px;
	color : #202020;
	background : #eeeeff;
}


table.main {
	width : 100%;
	border-width : 0;
	cellspacing : 5;
}




td.menu {
    background-color : #ddddff;
   width : 15%;
    vertical-align: top;
    border-style : groove;
    border-width : 2;
    border-color : black;
}


#menu {  
}


table.menu {
        background-color : #ffffff;
	align : center;
	width : 100%;
	border-collapse : collapse;
}

td.menuItem {
    background-color : #cccccc;
    text-align: left;
}

td.menuHead {
    background-color : #ddddff;
    text-align: left;
}



td.content {
    background-color : #ffffff;
    vertical-align: top;
    border-style : groove;
    border-width : 2;
    border-color : black;
}


#content { 
	text-align: left;
	color : #202020;
	margin: 10px 10px 10px 10px;
}


#blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

#footnote {
	font-size: -2;
}

#intro {
    font-family : Arial, Verdana, Sans-Serif;
    color: #5B2E00;
}

#code {
    font-family : Courier;
    color: #5B2E00;
    margin: 10px 10px 10px 10px;
    background-color : #cccccc;

}

#caption {
    font-family : Arial, Verdana, Sans-Serif;
    color: #5B2E00;
    text-align: center;
}

h1 {
	text-align: center;
	font-size: 18px;
}

h2 {
	text-align: left;
	font-size: 16px;
}

h3 {
	text-align: left;
	font-size: 12px;
}

ul {
	margin-left: 30px;
}

ol {
	margin-left: 30px;
}


a {
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue;
    text-decoration: none
}

a:hover {
    color: #666666;
    text-decoration: none
}

a:active {
    color: #333333;
    text-decoration: underline
}
