<!--
/* Give the menu bar a width and set the margins to "auto"
 * so that the browser does the centering.
 */
body 
{
	background-color:#000000;
	background-image:url('/images/BkgdTile.gif');
	background-repeat:repeat;
	font-family:"Times New Roman"; /* Paragraph Gold Text */
	font-size:16px;
	text-align:left;
	color:#FFFF99;
	/*white-space: nowrap; */
}

a:link {color:#FFFF00}    /* unvisited link */
a:visited {color:#CC9900} /* visited link */
a:hover {color:#FF6600}   /* mouse over link */
a:active {color:#FF0000}  /* selected link */

p
{
	font-family:"Times New Roman"; /* Paragraph Gold Text */
	font-size:16px;
	text-align:left;
	color:#FFFF99;
}
h1
{
	font-family:"Times New Roman";   /* Large Red Header Text */
	font-size:40px;
	text-align:left;
	color:#FF0000;
}
h2
{
	font-family:"Times New Roman";  /* Article Description Header */
	font-size:20px;
	text-align:left;
	color:#FFCC00;
}
h3
{
	font-family:"Times New Roman";   /* Menu Text */
	font-size:12px;
	text-align:center;
	color:#FFCC00;
}
h4
{
	font-family:"Times New Roman";  /* Side Menu Text */
	font-size:11px;
	text-align:left;
	color:#FFCC00;
}
hr
{
text-align:center;  /* Divider Line */
height:1px;
color:#ffcc33;
}
.center
{
margin-left:auto;
margin-right:auto;
width:70%;
text-align:left;
}
