body {
	background-color:#000000;
	font-family: "Courier New", Courier, mono;
	/*font-size:14px;*/
	color:#FF0000;
}

/*
h1 { font-size: 18px; font-family: "Courier New", Courier, mono; font-weight:bold; color:#0000FF }
h2 { font-size: 18px; font-family: "Courier New", Courier, mono; font-weight:bold; color:#FF0000 }
h3 { font-size: 16px; font-family: "Courier New", Courier, mono }
h4 { font-size: 14px; font-family: "Courier New", Courier, mono }
h5 { font-size: 14px; font-family: "Courier New", Courier, mono; font-weight:bold }
h6 { font-size: 10px; font-family: "Courier New", Courier, mono } */

h1 { font-family: "Courier New", Courier, mono; font-weight:bold; color:#0000FF }
h2 { font-family: "Courier New", Courier, mono; font-weight:bold; color:#FF0000 }
h3 { font-family: "Courier New", Courier, mono }
h4 { font-family: "Courier New", Courier, mono }
h5 { font-family: "Courier New", Courier, mono; font-weight:bold }
h6 { font-family: "Courier New", Courier, mono }

td, th {
	font-family: "Courier New", Courier, mono;
	color: #FF0000
}

a {
	color: #FF9933;
}

form {
	background-color: #000000
}

.title {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	line-height: 28px;
 background-color: #000000; color: #FF0000;
 text-align:center;}

.subtitle {
	font-family: "Courier New", Courier, mono;
	line-height: 30px;
 color: #FF0000;}

.header {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	background-color: #000000;
 color: #FF0000;
 text-align:center;
}

.footer {
  font-family: "Courier New", Courier, mono;
	color: #993300;
	background-color: #000000;
}

.crimson_text {
	color:#993300;
}

