body {
	color: #296570;
	background-color: #fffdda;
	font-size: 16px;
	}

hr {
	color: #296570;
	background-color: #fffdda;
	}

h1 {
	color: #296570;
	background-color: #fffdda;
	font-size: 36px;
	font-style: italic;
	}

h2 {
	color: #296570;
	background-color: #fffdda;
	font-size: 24px;
	font-weight: bold;
	}

ul {
	list-style-image: none;
	}

.nav {
	float: left;
	width: 125px;
	}

.cont {
	width: 675px;
	padding: 10px;
	}

.emph {
	color: #294590;
	background-color: #fffdda;
	font-size: 24px;
	}
	
.cent {
	margin-left: auto;
	margin-right: auto;
	}
	
.bcent {
	font-weight: bold;
	text-align: center;
	}
	
.big {
	font-size: 20px;
	}
	
.large {
	font-size: 24px;
	}
	
.larger {
	font-size: 30px;
	}
	
.largeri {
	font-size: 30px;
	font-style: italic;
	}
	
.largerb {
	font-size: 30px;
	font-weight: bold;
	}
	
.largerbi {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	}

.marg {
	margin-left: 20px;
	}

.b {
	font-size: 16px;
	color: #296570;
	background-color: #fffdda;
	font-weight: bold;
	}

.br {
	font-size: 16px;
	color: #df2244;
	background-color: #fffdda;
	font-weight: bold;
	}

a:link {
	color: #29aa70;
	background-color: #fffdda;
	}

a:visited {
	color: #29aa70;
	background-color: #fffdda;
	}

a:hover {
	color: #29aa70;
	background-color: #fffdda;
	}

a:active {
	color: #29aa70;
	background-color: #fffdda;
	}

a.larger:link {
	font-size: 30px;
	color: #29aa70;
	background-color: #fffdda;
	}

a.larger:visited {
	font-size: 30px;
	color: #29aa70;
	background-color: #fffdda;
	}

a.larger:hover {
	font-size: 30px;
	color: #29aa70;
	background-color: #fffdda;
	}

a.larger:active {
	font-size: 30px;
	color: #29aa70;
	background-color: #fffdda;
	}

