@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
}
a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #930000;
}
a:active {
	color: #999;
}
.content {
	text-align:justify;
	padding: 10px;
}