body {
	background-color:#0E0E0E;
	color:#0E0E0E;
	/* background-image: url("images/back.jpg"); */
}
h1, h2, h3, h4, h6 {
	color:#B5B5B5;
	font-family: "Lucida Console", "Courier New", monospace;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:24px;
}
p, a, td {
	color:#B5B5B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}
b {
	font-weight: bold;
}
sans {
	font-family: "Comic Sans MS", cursive;
}
/* unvisited link */
a:link {
  color: orange;
}
/* visited link */
a:visited {
  color: #FF6A00;
}
/* mouse over link */
a:hover {
  color: yellow;
}
/* selected link */
a:active {
  color: white;
}

.horiz-navigation {
	background-color:#3F3F3F;
}
.footer {
	font-size:14px
}
.standard {
	color:#B5B5B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}
.itemBox {
	background-color:#3F3F3F;
	border:1px solid #B5B5B5;
	padding:10;
	margin:2;
}
.itemBoxHeading {
	font-size:24px;
	color:#B5B5B5;
	font-family: "Lucida Console", "Courier New", monospace;
}

.bold {
	font-weight: bold;
}
#hello {
	font-size:32px;
	font-style:italic;
}
#subtitle {
	font-family: "Lucida Console", "Courier New", monospace;
	font-size:12px;
}
#test {
	font-size:12px;
}