body{
	background-color : #FFFFCC;
	}
	
	p {
	font-family: Trebuchet MS,'times new roman',times,serif;
	color : #000066;
	font-size: 13pt;
	font-weight: bold;
	border: none;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration:none;
	color:  #000080;
	font-weight: bold;
}
	
a:hover{
	color : red;
}

h1{
	font-family: Trebuchet MS,'times new roman',times,serif;
	font-style: italic;
	font-size: 30px;
	color: #000080;
	margin: 0;
	border: none;
	padding: 0px;
	}
	
h2{
		font-family: Trebuchet MS,'times new roman',times,serif;
		font-size: 20px;
		color: #000066;
}

h3{
	font-family:  Trebuchet MS,'times new roman',times,serif;
		font-size: 13pt;
		font-weight: bold;
		color: #000066;
}


#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
float: left;
margin: 0px ;

}

#nav-menu li a
{
height: 2em;
line-height: 2em;
float: left;
width: 9em;
color: blue;
text-decoration: none;
text-align: center;
font-weight: bold;
font-style: italic;
}

#menu {
	border-style: ridge;
	border-width: 5px;
	border-color: blue;
}
