h1{font-family:Monotype Corsiva
}

body {
margin-top: 5px;
	text-align: center;
	background: #000000;
	color: #FF9900;
}

table#menu td{
	font-family: arial;
	font-size: 11pt;
	text-align: center;
	background: #000000;
	border: 1px solid;
	border-color: #CCCCCC;
	color: #CCCCCC;
}
table#menu td:hover{

	text-align: center;
	background: #333333;
	border: 1px solid;
	border-color: #FF9900;
	color: #FF9900;
}

table#menu td a{
	color: #CCCCCC;
	text-decoration: none;
}

table#menu td a:hover{
	color: #FF9900;
	text-decoration: underline;
}
a.menug {
color: #999999;
text-decoration: none;
}

a {
color: #999999;
text-decoration: none;
}

a.menug:hover {
color: #FF9900;
text-decoration: underline;
}

a:hover {
color: #FF9900;
text-decoration: underline;
}

.article-box {
	width: 90%;
	border:1px solid #FFA628;
}

.article-top-bottom {
	text-align: left;
	font-size: 20pt;
	font-family: Courier New, Courier, mono;
	background-color:#0000000;
	color:#FFA628;
	padding:2px 0px 2px 10px;
	font-weight: bold;
}
.article-body {
	font-size: 10pt;
	font-family: arial;
	background-color: #333333;
	text-align: justify;
	color: #FFFFFF;
	padding:10px 30px;
	align: center;
}


