body {
	background-color: #000000;
	font-family: Times New Roman, serif;
	font-size: 16px;
	color: #ffffff;
	height: 100%;
	margin: 0px;
}

html {
  height: 100%;
}

table#force_height {
  height: 100%;
}

p {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #ffffff;
  padding-right: 10px;
}

.dropcap {
  font-family: Times New Roman, serif; 
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

td {
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #C47A59;
}

.inline {
  margin: 10px;
  border: 1px solid white;
}

h1 {
  font-family: Times New Roman, serif;
  color: #ffffff;
  font-size: 30px;
  font-style: italic;
  border-style: solid;
  border-bottom-width: 2px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-color: #691f11;
  padding: 0px;
}

hr {
  color: transparent;
  background-color: #691f11;
  height: 2px;
  border: 0px;
}	
				
a:link {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #b46a4e;                   
  text-decoration: underline;
}
                                
a:visited {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #b46a4e;                   
  text-decoration: none;
}

a:hover {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #691f11;                   
  text-decoration: none;
}

a:active {
	font-family: Times New Roman, serif;
	font-size: 16px;
	color: #CD3B21;
	text-decoration: none;
}
h2 {
  font-family: Times New Roman, serif;
  color: #ffffff;
}