body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	}

#wrapper {
	margin: 20px auto 10px auto;
	border: 1px solid #000000;
	width: 800px;
}

#header {
	height: 152px;
	width: 800px;
}

#content {
	width: 770px;
	margin: 5px auto 10px auto;
	font-size: 1.2em;
}


h1 {
	font-size: 1.5em;
	color: #6C74FF;
	font-weight: bolder;
}

.img-right {
	margin: 5px 0px 5px 10px;
	}
	
.img-left {
	margin:5px 10px 5px 5px;
	}

li {
	padding-left: 3px;
	list-style-position: inside;
}

.text {
	font-size: 1.2em;
	text-align: justify;
}

.readmore {
	color:#333399;
	text-decoration:underline;
	padding-left:100px;
	}

.readmore:hover {
	color:#6633FF;
	}


#footer {
	text-align: center;
	color: #73BE1E;
	width: 800px;
	margin: 20px 0px 10px 0px;
	clear: both;
}
.foot-text {
	color: #73BE1E;
	font-size: 1.2em;
	text-decoration: none;
}


.foot-text:hover {
	color: #808DFF;
}

a.mcm {
	color: #73BE1E;
	text-decoration: none;
	border-bottom-color: #73BE1E;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

 a:hover.mcm {
	color: #808DFF;
}
a {
	color: #6C74FF;
}
