body {
margin:0px;
padding:0px;
}

a{
	text-decoration:underline;
	font-weight:bold;
	color: Blue;
	}
		
a:visited{
	text-decoration:underline;
	font-weight:bold;
	color: Blue;
	}
		
a:hover	{
	text-decoration:none;
	}

ul		{
	list-style:none;
	margin:0px;
	padding:0px;
	}

ul li 	{
	padding:0 0 0 18px;
	height:24px;
	}
	
h1 {
	font-size: 24px;
	color: #CC0099;
	font-family: Century Gothic, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: 500;
	padding: 0;
	margin: 5px 0 0 0;
	text-align:center;
}

h2 {
	font-size: 24px;
	color: #CC0099;
	font-family: Century Gothic, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: 500;
	padding: 0;
	text-align:center;
}

.imgJogo {
	border-style: solid;
	border-width: 4px;
	border-color: #FFF;
	margin: 2 8 0 0px;
}
