body {
	background-color: #330000;
        color: #ffffcc;
	text-align: center;
	margin-top: 0px;
        margin-left: 4px;
        margin-right: 4px;
}
table, td, th  { 
      width: 100%;
	  font-family: "Arial", Helvetica, sans-serif;
	  color: #ffffcc;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: bold;
	  text-align: center;
	  vertical-align: middle;
	  padding: 0px;
	  border: 0px;
}
h1 {
	font-family: "Arial", Helvetica, sans-serif;
	color: #0099ff;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-family: "Arial", Helvetica, sans-serif;
	color: #ffffcc;
        font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-family: "Arial", Helvetica, sans-serif;
	color: #0099ff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
h4 {
	font-family: "Arial", Helvetica, sans-serif;
	color: #ffcc00;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
h5 {
	font-family: "Arial", Helvetica, sans-serif;
	color: #ffffcc;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: blink;
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #ffffcc;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
b { 
    font-weight: bold;
}
i { 
    font-style: italic;
}

a:link {
	    color: #ffcc00;
}
a:visited {
	    color: #ffcc00;
}
a:active {
	    color: #00ff00;
}
