* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	color: #fff799;
	background-color: black;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#top {
	clear:both;
	width:780px;
	height:430px;
}

#content {
	clear:both;
	padding: 30px 75px;
	width:630px;
	text-align:justify;
}

h1, p, ul {
	padding-bottom: 10px;
}

ul {
	padding-left: 30px;
}
	
h1 {
	font-size: 15pt;
}

h2 {
	font-size:10pt;
	color: #fff799;
}
 
a {
	color: #a61a44;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
#footer {
	width:780px;
	height:15px;
	padding-top:5px;
	clear:both;
	text-align: center;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 7pt;
	font-weight: bolder;
}

#footer a {
	text-decoration: none;
	color: inherit;
	font-style: italic;
}

#footer a #footer-frugo {
	color: #d8e96c;
}
#footer a #footer-net {
	color: #e18fa9;
}

#footer a:hover #footer-frugo {
	color: #a9b633;
}
#footer a:hover #footer-net {
	color: #b34072;
}