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

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:12px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin:0;
	background-image:url(images/violent_enforcer-03.jpg);
}
p {
	text-align:justify
}
h1 {
	display: inline;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td {
	padding:0px
}
.subtitle {
	font-weight:bold;
	color:#999999;
	font-size:10px
}
a:link, a:visited, a:active {
	font-weight:normal;
	color:#FF0000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color:#660000;
	text-decoration: none;
}

hr {
	border:1px solid #333333
}