.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px;
font-family: Courier New, courier, serif;
border-bottom: 1px solid black;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid black;
border-bottom: none;
background-color: #7BA05B;
color: #000000;
}

/*
.basictab li a:visited{
color: #2d2b2b;
}
*/

.basictab li a:hover{
background-color: #000000;
color: #7BA05B;
}



.basictab li a:active{
background-color: #7BA05B;
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #7BA05B;
color: #000000;
border: 1px solid black;
}

.basictab li.selected a:hover{
background-color: #7BA05B;
color: #000000;
}

h4 {
font-style: italic;
}

body { 
font-family: Courier New,Lucida Console,Courier,Monaco,Monospace,monospace;
background-color: #7BA05B;
color: #000000;
margin: 0;
}

dt { font-weight: bold; margin-top: 1em;}

dd {margin-top: 0.5em;}





div.content {
margin: 0% 10% 30% 10%;

}

div.content a:hover, div.content a:active,  div.content a:visited, div.content a:link {
color: #ffffff;
text-decoration: underline;
}

div.content a:hover, div.content a:active {
background-color: #ffffff;
color: #000000;
}

div.navbar {
background-color: #7BA05B;
width: 100%;
padding: 20px 0px 0px 0px;
}

div.title {
text-align: center;
line-height: 0.8em;
}

div.vevent dt {
font-weight: normal;
}

div.vevent span.summary {
font-weight: bold;
}


