/************ background color is red */
body		
{
	background-color: #990033;		/* a maroon */
}

/************ hyperlink properties */
A:link {text-decoration: none; font-weight:bold; color:white}
A:visited {text-decoration: none; font-weight:bold; color: white}
A:active {text-decoration: none font-weight:bold;}
A:hover {text-decoration: none; font-weight:bold; color: Silver}

/************ for the menu items - definition list */
dl.menus
{
	font-family:arial; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:18px;
	margin: 0px 0px 10px 0px; 	/* top, right, bottom, left */
}

/************  for the menu headings - a paragraph */
p.menuheading
{
	margin-bottom: 10px;
	font-family:arial;
	font-weight:bold;
	font-style: italic;
	font-size:22px;
	color: #FFFFCC;			/& yellow */
}
