body {
	color: #ffffff;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:hover {
	color: #0000ff;
}

a:visited {
	color: #4b0082;
}

p {
	line-height: 1.1em;
	margin: 0 0 0 2em;
}

p.testimonial {
	line-height: 1.3em;
	margin: 1em 2em 3em 2em;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 1em 1em;
}
h2 {
	font-size: 1.5em;
	margin: 0 0 1em 1em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold-italic{
	font-style: italic;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

ul {

}

.orange {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2em 0 0 0;
}

/*main content container, all other content goes in this div*/
#container {
	width: 100%
}

