a:link {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:visited {
	color : #990066;
	font-weight : bold;
	text-decoration : none;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

a:active {
	color : #990066;
	}

h1 {
	text-align : center;
	}

h2 {
	text-align : center;
	}

h3 {
	text-align : left;
	font-size : 125%;
	}

h4 {
	clear : both;
	}

h5 {
	padding-top : 15px;
	font-size : 100%;
	}

body {
	background-color : #e9f9ff;
	font-weight : normal;
	color : #0f0000;
	padding-left : 15px;
	width : 950px;
	margin-right : auto;
	margin-left : auto;
	}

p {	
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	}

ul {
	clear : right;
	}

ul li{
	margin-left : 50px;
	line-height : 150%;
	}

hr {
	margin-bottom : 10px;
	clear : both;
	}

.item {
	clear : both;
	}

.item p{
	float : right;
	line-height : 130%;
	}

.limage {
	float : left;
	padding-right : 50px;
	}

.rimage {
	float : right;
	padding-left : 50px;
	}

.image {
	margin-left : auto;
	margin-right : auto;
	}

#footer {
	clear : both;
	}

#footer p {
	margin-top : 0;
	}

