.HeadLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}
/* ************************************* */
/* Common styles for the theme           */
/* ************************************* */

/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* set a fontsize that will look the same in all browsers. */
body
{
	font: 95%/90% Verdana, Helvetica, sans-serif;
	background: #9F9FFF;
	margin: 0;
	padding: 12px 0 4px 0;
}

