/* CSS Document */


body {
    font-family: "Comic Sans MS", sans-serif;
	background-color: #006633;
	color: #FFFFCC;
	text-align: center;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}


#zone a:link 	{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#zone a:visited 	{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#zone a:active 	{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#zone a:hover 	{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

img {
	border: 0px;
}

#zone {
    position: relative; 
	width: 760px; 
	margin: 0 auto;
}


#zone p {
	text-align: left;
}

img.solo {border: 10px solid white;
}

#foot a:link 	{
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;
}
#foot a:visited 	{
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;
}
#foot a:active 	{
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;
}
#foot a:hover 	{
	text-decoration: underline;
	color: #FFFFCC;
	font-weight: bold;
}