.content a:link,
.content a:visited
{
	color: #dd0000;
	font-weight: bold;
}
.content a:hover
{
	color: #000;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.breaker
{
	background: #c7ead4;
	height: 5px;
	margin: 50px 0px;
}
.highlight
{
	background: #ffff66;
}


.content .menu a:link, 
.content .menu a:visited
{
	color:#3b917a;
}
.content .menu a:hover
{
	color:#FF0000;
}


	body{

		background-color:#1a1a1a;
		margin:0px;
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;

	}
	p{
			line-height:20px;
			color: #333333;
	}
	.content{
		padding:15px 55px;
		background-image:url(images/body.gif);
	}
	
	.footer{
		background-image:url(images/footer.gif);
		width:839px;
		height:131px;
	}
	
	.footer img{
	float:right;
	margin-right:15px;
	margin-top:30px;
	}
	
	h1{
		font-size:20px;
		color:#2e4f46;
		border-bottom:1px dotted #8fbdb1;
		border-left:1px dotted #8fbdb1;

		margin:0px;
		padding:0px 0px 0px 5px;
		
	}
	

	
	.menu{
		clear:both;
		display:block;
		width:100%;
		margin:0px auto;
		background-image:url(images/menubg.jpg);
		background-repeat:repeat-x;
		height:40px;
		line-height:40px;
		border:1px solid #fff;
		font-weight:bold;
		text-transform:uppercase;
		font-size:12px;
		
	}	
	
	.menu ul{
		list-style-type:none;
		padding:0px;
		margin:0px;
		text-align:center;
	}
	.menu li{
		display:inline;
		margin:0px 10px;
	}
	
	.box{
		padding:0px 20px;
		border:2px dotted #d50b0b;
		background:#f6f98e;
		font-family:"comic Sans MS";
	}
	
	.bonus{
		border:1px solid #cd0101;
		background:#fff7cf;
		padding:20px;
		margin:20px;
	}
	
	.bonus h2{
		font-size:16px;
		margin:0px;
		padding:0px 5px;
		border-bottom:1px dotted #c60000;
		border-left:1px dotted #c60000;
		text-transform:uppercase;
	}
	
	.bonus h3{
		font-size:15px;
		margin:0px;
		padding:5px;
		color:#d50b0b;
		background:#FFFF00;
	}