body {
	padding: 35px 0 0 50px ;
	
	background-color:#03060d;
	background-image:url(../img/topleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	font-family: Georgia, Times, serif;
	line-height: 1.6;
	font-size: 14px;
	color:#f8f8f8;
	
}

ul {
	list-style: disc;
	padding: 0 0 12px 34px;
	text-align: justify;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

ol {
	list-style: decimal;
	padding: 0 0 12px 25px;
	text-align: justify;
}

.bigtype {font-size: 200%}
.addtype {
	font-size: 80%;
	font-style: italic;
}

a:link{color:#fadb6e; text-decoration:none;
background-image:url(../img/underlineHover.gif); background-repeat:repeat-x; background-position:bottom}

a:hover{color:#ffc600; text-decoration:none;
background-image:url(../img/underlineHover.gif); background-repeat:repeat-x; background-position:bottom}

a:visited{color:#ad9a56;}