body {
font-family: arial, sans-serif; 
font-size: 11px; 
color: #cbcbcb; 
letter-spacing: 0px;
line-height: 15px;
text-align: left;
background-image: url('bg.png');
background-attachment: no-fixed;
background-position: top-left;
background-repeat: repeat;
background-color: #000;
}

p {
font-family: Arial, sans-serif; 
font-size: 11px; 
color: #cbcbcb; 
letter-spacing: 0px;
line-height: 20px;
text-align: justify;
text-transform: none;
}


.header {
font-family: "Courier New", Verdana, sans-serif;
text-transform: lowercase;
font-size: 12px;
color: #82c1d1;
letter-spacing: -1px;
text-align: left;
background-image: url("");
background-repeat: no-repeat;
backgroud-position: bottom;
padding: 15px;
line-height: 0px;
}

h1 {
font-family: "Courier New", Verdana, sans-serif;
text-transform: lowercase;
font-size: 12px;
color: #82c1d1;
letter-spacing: -1px;
text-align: left;
background-image: url("");
background-repeat: no-repeat;
backgroud-position: bottom;
padding: 15px;
line-height: 0px;
}

a:link, a:active, a:visited {
font-family: Terminal, monospace;
color: #484848; 
text-decoration:none;
font-style:normal;
-webkit-transition-property: color;
-webkit-transition-duration: 1s;
text-transform: uppercase;
 }

a:hover, a.hover  {
color: #EBE54D;
text-decoration:none; 
font-style:normal; 
 }

hr {
color: #FFFFFF; 
border-bottom: 0px solid;
border-top: 0px solid;
border-right: 0px solid;
border-left: 0px solid;
}

b, strong {
  color:#565656;
  }

u {
  color: #959595;
  }

em, i {
  color:#EBE54D;
  }

textarea, input {	
font-family: 'trebuchet ms', helvetica, arial, sans-serif; 	
font-size: 11px;
color:#3a3a3a;	
border: 0px dotted #212121;
background-color: #f1f1f1;
padding: 3px;
margin: 5px;
}

select {
color:#000000;
font-family: 'trebuchet ms', helvetica, arial, sans-serif;
font-size: 11px;
border: #000000 0px solid;
text-align:left;
background-color: #f1f1f1;
padding: 3px;
margin: 5px;
}

label {
text-align: left;
}

textarea:hover, textarea.hover, select:hover, select.hover, input:hover, input.hover {
background-color: #efefef;
}
