/* CSS Document */

body {
	background-color: #FF6600;
}

h1 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	color: black;
	text-align: center;
}

ul {
	background-image: url(../images/fonspopup.jpg);
	margin: 0;
	padding: 20px 20px 20px 40px;
	background-color: black;
	color: white;
	list-style: square;
}

img {
	margin: 5px;
	float: right;
}

