body {
background-color: #ffffff;
}


#main {
width: 100%;
border: solid;
border-width: 1px;
border-color: gray;
border-collapse: collapse;
padding-bottom:40px;
}

#title {
height: 90px;
}

#nav {
width: 100%;
height: 40px;
background-color: #cfc8ff;
border-top-style:solid;
border-top-width:1px;
border-top-color:green;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: green;
}

#content {
}

#glossary_index {
color:#000000;
text-decoration: none;
}

#glossary_index a,
#glossary_index a:link,
#glossary_index a:visited,
#glossary_index a:active,
#glossary_index a:hover {
	text-decoration:underline;
	color:red;
	}

.title {
font-size: 50px;
color: #337033;
font-variant: small-caps;
position: absolute;
top: 20px;
left: 20px;
}

.title a,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover {
	text-decoration:none;
	color:#337033;
	}

.shadow {
font-size: 50px;
color: #cccccc;
font-variant: small-caps;
position: absolute;
top: 22px;
left: 22px;
}

.subtitle {
font-size: 20px;
position: absolute;
top: 75px;
left: 100px;
}

.body {
position: relative;
top: 10px;
padding: 10px;
width: 90%;
border-right-style: none;
border-right-width: 1px;
border-right-color: gray;
}

p.body{
font-size: 12pt;
}

p.note{
font-size: 10pt;
color: #686868;
}

h2 {
color:#337033;
}

.arrow {
font-size: 10pt;
color: #337033;
text-decoration: none;
}

.arrow a,
.arrow a:link,
.arrow a:visited,
.arrow a:active,
.arrow a:hover {
	color:#337033;
	}