body{
	width: 75%;
	margin: auto;
	font-family: verdana;
   	font-size: 15px;
	padding-top: 25px;
}

.header{
	font-weight: bold;
	font-size: 18px;
}

.content { }

.right{
	float: right;
	width: 20%;
}

.left{
	float: left;
	width: 80%;
}

a{
	text-decoration: underline;
	font-weight: bold;
}

a:visited,a:link{
	color: #59ACCD;
}

a:hover,a:active{
	color: #59AC69;
}
