body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/tile.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	background-color: #7DA358;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #363636;
	border-right-color: #363636;
	border-left-color: #363636;
}
#pic img {
	border: 1px solid #373737;
	margin: 10px;
}
#text {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #363636;
	padding: 10px;
	border-top-color: #363636;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: 18px;
	text-align: justify;
}
#text p {
	margin: 0px;
	padding: 0px;
}
#link {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #363636;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/tile-nav.png);
}
#link a {
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
}
#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#link a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 28px;
}
#link a:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
}
#link a:hover:visited {
	color: #000000;
	font-weight: bold;
	font-size: 28px;
}
#link a:active {
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
}

#text ul {
padding-left:3em;
margin-left:0;
list-style-image:url(images/li-crown.jpg);
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

