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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:inherit;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333;
}

.copyright {
	font-size:10px;
	text-align:center;
}

h3 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#333;
}

.update {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#333;
	font-size:16px;
	text-align:right;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.updatesub {
	font-style:italic;
	text-align:right;
	letter-spacing:1px;
}

p {
	text-align:justify;	
}

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#333;	
	text-transform:uppercase;
}

a:active {
	text-decoration:none;
	font-weight:bold;
	color:#333;	
	text-transform:uppercase;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ff0099;	
	text-transform:uppercase;
}