body {
	background-color: #091025;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFFDE9;
	text-align: justify;
	padding: 30px;
	margin: 20px;
}


table, tr, td {
	border: none;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFFDE9;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #30457E;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #30457E;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #30457E;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


b, i {
	color: #8E0C1C;
}


input, textarea, option, select {
	background-color: #0B102D;
       	font-family: georgia, serif;
	font-size: 13px;
	color: #FFFDE9;
	border: 1px solid #184079;
	padding: 1px;
}


h1 {
	font-family: garamond, georgia, serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #184079;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}


.nav {
	font-family: garamond, georgia, serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}


.nav a, .nav a:visited {
	font-style: italic;
	color: #30457E;
	padding: 0px 8px 0px 8px;
}


.nav a:hover {
	font-style: italic;
	color: #8E0C1C;
	padding: 0px 8px 0px 8px;
}


.nav a:active {
	font-style: italic;
	color: #30457E;
	padding: 0px 8px 0px 8px;
}