.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    }
a	{
    text-decoration:	none;
	}
a:link	{
	background-color: transparent;
	color: #FFFFFF;
	}
a:active {
	background-color: transparent;
	color: #FFFFFF;
	}
a:visited {
	background-color: transparent;
	color: #CCC;
	}
a:hover	{
	background-color: transparent;
	color: #F36;
	text-decoration: underline;
	}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #cccccc;
}