/* CSS Document */

body	{
	
	background: #8dcb41;
	font-family: comic sans ms, sans-serif;
	color: #000000;
	font-size: 1em;
	}

.four	{
	width: 25%;
	}
	
.link 	{
	color:#000000;
	text-align:	center;
	}
	
a:link {
	color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #707070;
}

	
	
	
.table	{
	width: 100%;
	text-align:	center;
	
	}
	
.tableinner	{
	width: 95%;
	text-align: justify;
	
	}
	

	
.mf	{
	text-align: center;
	}	
	 
.header	{
	width: 100%;
	font-size: 1em;
	}
	
.center	{
	text-align: center;
	}
		
h1	{
	text-align: center;
	font-size: 1.5em;
	}
	
.copyright	{
	width: 40%;
	text-align: left;
	font-size: 0.75em;
	}
	
.top	{
	width: 20%;
	text-align: center;
	font-size: 0.75em;
	}
	
.webmaster	{
	width: 40%;
	text-align: right;
	font-size: 0.75em;
	}
	
p	{
	margin: 0px;
	}
	
h2	{
	font-size: 1em;
	margin: 0px;
	}
	
h4	{
	margin: 0px;
	}
	
h5	{
	font-size: 2em;
	
	}
	
.bold	{
	font-weight: bold;
	}
	
.right	{
	float: right;
	margin-left: 10px;
	}

.left 	{
	float: left;
	margin-right: 10px;
	}
	
.tips	{
	margin: 0px;
	text-align: justify;
	}
	

	
	
 