BODY
	{
	color: black;
	font-family: "Arial";
	font-size: 10px;
	}
a
	{
	color: red;
	font-weight:bold;
	text-decoration: none;
	}
a:hover
	{
	font-weight:bold;
	color: orange;
	text-decoration: underline;
	}
	
.warning
	{
	color: #CC0000;
	font-weight: bold;
	}	
