
body {
	background: rgb(121,211,225);
}

#content {
	position: relative;
	width: 800px;
	font-family: Times New Roman;
	font-size: 12pt;
	background: white;
	border-style: solid ridge ridge solid;
	border-color: rgb(45,187,255);
	border-width: 3px;
}

#footer {
	position: relative;
	width:800px;
	font-family: Times New Roman;
	font-size: 8pt;
	text-align: right;
	font-color: red;
}

h1 {
	color: rgb(164,0,29);
}

h2 {
	color: rgb(164,0,29);
}

h3 {
	color: rgb(164,0,29);
}

h4 {
	color: rgb(164,0,29);
}

h5 {
	font-size:12pt;
	color: rgb(164,0,29);
}

p {
	font-size: 12pt;
	text-align: justify;
	margin-left: 8px;
	margin-right: 8px;
}

ul {
	margin-left: 8px;
	margin-right: 8px;
}

div.footer a:link {
	color: rgb(164,0,29);
	!important;
}

li {
	list-style-type: disc;
	text-align: justify;
	margin-left: 10px;
	list-style-color: blue;
	
}

#dryside {
	vertical-align: bottom;
	display: inline;
}	
