/*File: ex1.css
Created By: Seamus P. H. Leahy

This is the stylesheet.
*/

#nav ul{
	padding : 2px;
	margin : 0;
	white-space : nowrap;
	background-color : #CC6633;
	color : White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#nav ul li{
	display : inline;
}
#nav ul li a{
	padding-left : 0.5em;
	padding-right : 0.5em;
	color : #000000;
	text-decoration : none;
}
#nav ul li a:hover{
	color : #FFFFFF;
}
.p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

