/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FF8533;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #ff5300;
        text-decoration:none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;}
}
a:visited {
	color: #ff5300;
        text-decoration:none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;}
}
a:hover {
	color: #ffffff;
        text-decoration:none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;}
}
a:active {
	color: #ff5300;
        text-decoration:none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;}
}
.largetext {
font-size: 22px;
font-family: Arial, Helvetica, sans-serif;
}
.colourtext {color: #CCCCCC}
-->