body {
	background: #933430; color: White;
}

body, p, h1, h2, h3 {
	font-family: Verdana, serif;
}

body, p {
	font-size: x-small;
}

h1, h2, h3 {
	font-size: small;
	font-weight: bolder;
}

p {
	margin-left: .5in;
	margin-right: .5in;
}

.navbar {
	font-size: xx-small;
	color: #F5F5F5;
	text-align: center;
}

table {
	border-bottom: 1px dotted White;
	border-left: 1px dotted White;
	border-right: 1px dotted White;
	border-top: 1px dotted White;
}

table.plain {
	border-bottom: 0px none White;
	border-left: 0px none White;
	border-right: 0px none White;
	border-top: 0px none White;
}

a:link, a:visited {
	color: Aqua;
}

a:hover {
	color: Yellow;
}
