body {
background-color : #281935;
background-position : left top;
background-attachment : fixed;
}

tr, td, body {
font-size : 12px;
font-family : "arial";
color : #383838;
line-height : 15px;
text-align : justify;
cursor : default;
}

a {
color : #EB1737;
font-family : "Gotham", arial;
text-decoration : none;
cursor: default;
}
a:hover {
color : #240438;
text-decoration: blink;
}
b {
color : #08ACCA;
}
i {
color : #08ACCA;
font-style: italic;
}

h1 {
	color : #240438;
	padding : 2px;
	margin-top : 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size : 21px;
	letter-spacing: 5px; 
	font-family : arial;
	text-align: left;
	margin-bottom: 13px;
	background-image: url('h1.png'); 
	background-repeat: no-repeat; 
	padding-left: 65px;
}

.image {
border: 5px solid #888888;
border-style: solid;
background: #888888;
}


img:hover.image {
	border-color: #dcdcdc;
	background-color: #dcdcdc;
}

textarea, input {background:#323232; border:1px #999; color:#dcdcdc}
