body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1C0B5B;
	color: #ff99ff;
	margin: 5px 5px;
}

a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	background-color: #1C0B5B;
	text-decoration: none;
}

.header {
	font-family: Lucida Calligraphy, Verdana;
	font-size: 34px;
	text-align: center;
	background-color: #6699CC;
	border-bottom: 1px solid #EBC072;
}

.sidenav {
	background-color:  #6699CC;
        float: left;
        width: 140px;
	height: 768px;
        margin-top: 2px;
	border-right: 1px solid #EBC072;
	font-size: 16px;
	}

.content {
        margin-left: 150px;
        padding: 4px 10px 14px 10px;
        text-align: justify;
        clear: right;
	font-size: 18px;
}

.menu_default {
        list-style-type: none;
	font-family: Lucida Calligraphy;
	font-size : 12px;
	display: block;
        margin: 0;
        padding-left: 4px;
	padding-bottom: 4px;
}

.menu_current {
        list-style-type: none;
	font-famly: Lucida Calligraphy;
	font-size : 12px;
	display: block;
        margin: 0;
        padding-left: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
}


