body {
	color: #FFFFFF;
	margin:8px;    
	overflow:auto;
        font-family: Verdana;
        font-size: 12px;
        font-weight: normal;
        background-color: #AAAAAA;
		
}

	a:link { color: #222222 ; text-decoration: none;}
	a:visited {color: #222222 ; text-decoration: none; }
	a:hover { color: #dddddd ;  text-decoration: underline; }
      


.menu{
	font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
        background-color: #AAAAAA;
		
}
.menu2{
	font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #FFFFFF;
}


.content {
	width: 1000;
	height: 500;
        overflow: hidden;
		border:1px;
        border-style: solid;
        border-color: #352425;

}

.recall{
	font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #222222;}
      
#html_login {
	width: 660;
	z-index: 2;
        overflow: auto;
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #222222;
        border: 0px;
        border-style: solid;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;}

#player {
	width: 450;
	z-index: 2;
        overflow: hidden;
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #222222;
        border: 0px;
        border-style: solid;
        position: absolute;
        top: 1;
        left: 1;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
}




