body {
        background-color: #010506;
	cursor: default;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	overflow-y: auto;
}
a.uwt:link, a.uwt:visited, a.uwt:active {
	text-decoration: none;
	font-family: verdana;
	font-size: 19pt;
	line-height: 20pt;
	color: #ffffff;
	background-color:  #010605;
	cursor: default;
	display: block;
   	text-transform: lowercase;
	margin: 0px;
	overflow-y: auto;
    padding: 0px;
    border-right:6px solid #f72665;
    text-align : left;
}
a.uwt:hover {
	font-family: verdana;
	font-size: 19pt;
	line-height: 20pt;
    font-weight: none;
	color: #f72665;
	background-color: #010605;
	cursor: default;
    border-right: 6px solid #ffffff;
	display: block;
	text-transform: lowercase;
	margin: 0px;
    padding: 1px;
}
A {
	COLOR: #fc0a60; font-weight:normal ;TEXT-DECORATION: none;
}
A:hover {
	COLOR: #ffffff; font-weight:normal ;TEXT-DECORATION: strike-through;
}
A:visited {
	COLOR: #fc0a60; font-weight:normal ;TEXT-DECORATION: none;
}
input, select, textarea,checkbox {
	border-bottom: 1px solid #fc0a60; 
	border-top: 1px solid #fc0a60; 
	border-left: 1px solid #fc0a60; 
	border-right: 1px solid #fc0a60; 
	color: #ffffff;
	background: #000000;
	font-size: 10pt;
	font-family: tahoma;
}
.menu {
	background-color: #ffffff;
	cursor: default;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 14px;
font-weight: bold;
	text-align: right;
	color: #fc0a60;
	overflow-y: auto;
}
.content {
	background-color: #010506;
	cursor: default;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	color: #eeeeee;
	overflow-y: auto;
   
}