
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	background: white;
	color:#000066;
	}
	
a:link {
	color: #76B0D5;
	text-decoration: none;
	}
	
a:visited {
	color: #7B878F;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2399E5;
	}
		
	
ul {color: black;
    font-size:12px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color:gray; 
		}
	
#menu {
	width: 120px;
	margin: 10px;
	}
	

	
#menu li a:link, #menu li a:visited {
	height: 28px;
	color: white;
	font-size:10px;
	font-weight:bolder;
	text-decoration: none;
	display: block;
	background-color:#000066; 
	padding: 8px 0 0 6px;
	}
	
#menu li a:hover {
	background-color:#ff6600; 
    font-family: Verdana,sans-serif;
	padding: 8px 0 0 6px;
	}
	
#menu li a:active {
	color: white;
	background-color:#ff6600;
	}
		
b {
	color: black;
	font-weight:bolder;
	}

.orange {
	background-color:#ff6600; 
	font-family: Verdana,sans-serif;
	color:white; 
	font-weight:bolder;
	width:115px;
	height:25px; 
	text-align:center;
	font-size: 10px;
	}

.blue {
	background-color:#000066; 
	color:white; 
	font-weight:bolder;
	font-family: Verdana,sans-serif;
	width:115px;
	height:25px;
	text-align:center;
	font-size: 10px;
	}
	
.td {
	border: solid 0px ; 
	padding:0.5cm; 
	background-color:white; 
	color:#000066; 
	font-weight:bolder;
	width:120px;
	height:400px; 
	}
#dropcontentsubject{
	width: 0px;
	font-weight: bold;
	}

.dropcontent{
	width: 120px;
	height: 20px;
	border: 0px solid black;
	background-color: #ff6600;
	padding: 3px;
	display:block;
	color:white;
	font-weight: bolder;
	}
	
	

		