html body div#g_container { width: 990px; }
 
html body a
{
	text-decoration:underline;
	font-weight:bold;
}
a em
{
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}
a:hover
{
	text-decoration:none;
	color:#7f1335;
	font-weight:bold;
}
a:hover em
{
	text-decoration:none;
	color:#7f1335;
	font-weight:bold;
}