body {
	background-color: #0B0B0D;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #EAE3EE;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


table, tr, td {
	border: none;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #EAE3EE;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #387697;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #387697;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #387697;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


b, i {
	color: #584983;
}


input, textarea, option, select {
	background-color: #0B0B0D;
	font-family: georgia, serif;
	font-size: 13px;
	color: #EAE3EE; 
	border: 1px solid #1A4479;
	padding: 1px;
}


h1 {
	font-family: garamond, georgia, serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 8px;
	color: #1A4479;
	text-align: left;
	text-transform: lowercase;
	margin: 0px 0px 5px 0px;
}


.navcontainer {
	width: 120px;
}


.nav {
	font-family: garamond, georgia, serif;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 4px;
	text-align: right;
	text-transform: lowercase;
}


.nav a, .nav a:visited {
	font-style: italic;
	color: #387697;
	display: block;
	margin-bottom: 15px;
}


.nav a:hover {
	font-style: italic;
	color: #1A4479;
	display: block;
	margin-bottom: 15px;
}


.nav a:active {
	font-style: italic;
	color: #387697;
	display: block;
	margin-bottom: 15px;
}