/* Website: www.weberation.ca */
/* Author: Isaac Butt */
/* W3C Valid CSS :) */

body {
	background-image: url(../img/web_bg.gif); 
	background-repeat: repeat-x;
	background-color: #f99341;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
