body{ 
	background-color:#9bd2eb;
	margin-right:auto;
	margin-left:auto;

	}
header{
	background:#ffffff;
	width:100%;
	}
div {
	color:#000000;
	font-size:20px;
	line-height:36px;
	}
h2 {
	color:#744620;
	font-size:30px;
	line-height:30px;
 	text-align:left;
	}

hr{
    border: none;
    border-bottom: 1px solid #663333;
    margin: 0;
}
.radius-table{
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}
.radius-table tr>*{
    padding: 0px 10px;
    border: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.radius-table tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-table tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-table tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-table tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}
footer{
	background:#ffcccc;
	width:100%;
 	text-align:center;
	font-size:18px;
	}
a:link { color: #744620; }
a:visited { color: #744620; }
a:hover { color: #cc3366; }
a:active { color: #744620; }