/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#222222;
	font-family:Trebuchet MS;
}

/*body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/bg_body_2.jpg);
	background-color:#D0E2F0;
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
}*/

a:link, a:visited {
	text-decoration:none;
	color:#DDDDDD;
}

a:hover {
	text-decoration:underline;
}
