td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.menu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

}
a.menu:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
a.menu:active	{
	color: #yellow;
	font-weight: bold;
	}
a	{
	font-family: Arial;
	font-size: 12px;
	color: ff6600;
	}
a:hover	{
	color: red;
	}
a:active	{
	color: green;
	}
h1	{
	font-size: 18px;
	}
