

/* Presentation Stylesheet */ 

A:link { 
	color: DarkKhaki;
	text-decoration: none;
}

A:visited {
	color: DarkKhaki;
}

A:hover {
	color: rgb(29,103,175);
}

span.box {
	font-family: arial;
	color: white;
	font-size: 14px;
}

span.menu {
	font-family: arial;
	color: gold;
	font-size: 14px;
}

span.slogan {
	font-family: Charlemagne Std;
	color:white;
	font-size:20px;
	font-variant: small-caps;
}

p.header {
	font-family: times new roman;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps
}

ul {
	margin-left: 0px;
	margin-right: 15px;
}

li {
	font-size: 16px;	
}
 
p {
	font-family: arial;
	color:white;
	font-size: 12px;
}