body {
	background-color: #000000;
	background-image: url("bg2.jpg"); 
}

.head {
	text-align: right;
	color: #060706;
	background-color: #222422;
	font-weight: none;
	font-size: 18pt;
	font-family: verdana;
	border-bottom: 2px solid #3D3F34;
	text-transform: uppercase;
}

tr, td {
	font-size: 10pt;
	font-family: verdana;
	color: #0E0F0E;
}

.content {
	font-size: 10pt;
	font-family: verdana;
	color: #0E0F0E;
	background-color: #262826;
	border-bottom: 2px solid #3D3F34;
}

.headline {
	text-align: right;
	color: #060706;
	background-color: #222422;
	font-weight: none;
	font-size: 15pt;
	font-family: verdana;
	border-bottom: 2px solid #3D3F34;
	text-transform: uppercase;
}


img{
	border: 0px;
}


textarea,input,select{
	background-color: #222422;
	font-size: 8pt;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border: 2px solid #3D3F34;
	text-transform: uppercase;
	color: #0E0F0E;
}

A:link, A:visited, A:active {
	text-decoration: none;
	font-family: verdana;
	font-size: 10pt;
	color: #181A18;
	cursor: default;
	font-weight: none;
      }

A:hover {
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
	color: #181A18;
	cursor: default;
	font-weight: bold;
	text-transform: uppercase;
      }