TH {
   font-size : 24pt; 
   font-family : arial; 
   color : red; 
}


TD {
	font-size : 12pt;
	font-family : "Courier New", Courier, monospace;
	color : brown;
}


P {
	font-size : 12pt;
	font-family : "Courier New", Courier, monospace;
	color : brown;
	font-style: normal;
}


LI {
	font-style : italic;
	font-weight : normal;
	font-size : 12pt;
	font-family : "Comic Sans MS", cursive;
	color : black;
}


H2 {
	font-size : 24pt;
	color : brown;
	font-family: "Courier New", Courier, monospace;
}


H1 {
	font-size : 36pt;
	color : brown;
	font-family: "Comic Sans MS", cursive;
}


BODY {
	font-size : 12pt;
	font-family : Berkeley Old Style, Bookman Old Style, Times New Roman Special G1, Times New Roman;
	color : brown;
	background: #FFC;
}

A {
   font-size : 12pt; 
   color : navy; 
}

 A:visited {
   color :  purple; 
}

A:link {
   color :  fuchsia; 
}

A:active {
	color : green;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}

#header {
	top: 0px;
	background: #FFC;
    width: inherit;
	}

#topmenu {
	clear: both;
	top: 0px;
	background: #FFC;
	width: 1920px;		
	float: left;
	padding: 0 0 30px 0;
	}

#topmenu ul {
	width: 1980 pct;
	border-top-width: 0;	
	border-bottom-width: 0;	
	top: 0px;
	list-style: none;
	padding:0;
	margin:0;
	background: #FFC;

}


#topmenu li a {
    top: 0px;
	text-decoration: none;
	border-top-width: 0;
	border-bottom-width: 0;	
   color :  #A52A2A;
	padding: 0 1em;
	background: #FFC;
}


#topmenu li {
	top: 0px;
	border-top-width: 0;
	float: left;
	color : #A52A2A;
	border-bottom-width: 0;
}


#topmenu #selected {
	border-top-width: 0;
	border-bottom-width: 0;
	font-style : normal;
	font-weight : bold;
	top: 0px;
	bottom: 0px;
	color: #A52A2A;
	background: #FFC;
	width: 180 pct;
}
.container #topmenu nav ul li a {
	color: brown;
}
