body {
	background: #23194A;
}

body, p {

	/* base font */
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Arial, Verdana,	 Sans-serif;
	size: 12px;
	color: white;
}

a {
	color: white;
}


/* SET FONTS */
div, td {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Arial, Verdana,	 Sans-serif;
	font-size: 12px;
	color: white;
}

div, p {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
}

hr {
	color: white;
	background-color: white;
	height: 1px;	
	width: 50%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: white;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	width: 99%;
	border-bottom: 1px solid white;
	color: white;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: white;
}

h4 {
	font-size: 12px;
	color: white;
}

h5 {
	font-size: 11px;
	color: white;
}

h6 {
	font-size: 10px;
	color: white;
}

A IMG {
	border: 0px;
}