body {
	background-color: #ed1e24;
	background-image: url('images/background.jpg');
	background-attachment:fixed; 
	background-repeat:  no-repeat;
	background-position:  top left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

a,a:link,a:visited,a:active {
	color: FFE303;
	text-decoration: none;
	}
	
a:hover {
	background-color:FFE303;
	color: ed1e24;
	}	
	
hr {
	border: none 0;
	border-top: 1px solid #FFE303;/*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	}

.text {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: FFE303;
	}

.title {
	font-size: 12pt;
	font-weight: bold;
	background-color:FFE303;
	color: ed1e24;
	}	
	
