body {
	background-color: black;
    color: white;
	font-family: Arial,Helvetica,sans-serif;
    margin: 0px;
	padding: 0px;
	}

#Header {
   padding:0px 0px 0px 10px;
   border-style: none;
   border-color:#200040;
   color: white;
   font-family: Arial,Helvetica,sans-serif;
   font-weight: bold;
   font-style: italic;
   font-size: 24pt;
	text-decoration: underline; 
	width: 100%;
	}

#Content {
   margin-left: 10px;
	padding-left: 10px;
	padding: 5px;
	}

.menu {
	width:100%;
   padding: 0px 8px 0px 2px;
	margin-right: 20px;
   border-top-style: solid;
   border-bottom-style: solid;
   border-color: #800000;
   border-width: 2px;
   text-align: left;
	vertical-align: middle;
  }

p {
   padding: 0.5%;
   margin-bottom: 0px;
   margin-top: 0px;
	}

.i {
	font-style: italic;
	}

.red {
	color: #b00000;
	font-weight: bold;
	}

h2 {
	text-decoration: underline; 
	color: white}

h3 {
   text-decoration: underline;
	color: #ffd000;
   font-size: 13pt;
	}

h4 {
	color: #ffff80;
	}

a:link {
	font-style: normal;
	color: #f06000; 
	}

a:visited {
	font-style: normal;
	color: #c06000; 
	}

a:active {
	color: #ff0000; 
	font-style: normal;
	}

a:hover {
	color: #ff0000; 
	font-style: normal;
	}

img {
	border: none;
	padding: 5px 20px 5px 5px;
   }

img.l {
	border: none;
   float: left;
   padding: 5px 20px 5px 0px;
   }

img.r {
	border: none;
   float: right;
   padding: 5px 0px 5px 20px;
   }

img.c {
	border: none;
	text-align: center;
   }

br {
   clear: both;
   }

br.n {
   clear: none;
}

form {
 padding: 0px 5px 0px 5px;
}

input.mailform_button {
 color: black;
 font-weight: bold;
 background-color: #ff8000;
 border: 2px solid #a06000;
 padding: 2px;
 margin: 0px 5px 0px 5px;
}

input.mailform_input {
 width: 400px;
 background: #202020;
 color: #ffff00;
}

textarea.mailform_input {
 width: 600px;
 height: 250px;
 background: #202020;
 color: #ffff00;
}

.mailform_sent {
 background: #202020;
 color: #ffff00;
 border: dotted 1px #808080;
}


