
a:link	{
	color : #666666;
	text-decoration : none;
}
a:visited	{
	color : #666666;
	text-decoration : none;
}
a:active	{
	color : #666666;
	text-decoration : none;
}
a:hover	{
	color : #666666;
	text-decoration : none;
	background-color : #CFCFCF;
}
body	{
	color : #666666;
        font-size: x-small;
	cursor : default;   
	background-color : #FFFFFF;
	scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #000000;
	scrollbar-shadow-color : #000000;

        text-align : center;
        padding-top : 0px;
        padding-left : 0px;
        padding-right : 0px;
        padding-bottom : 0px;
        margin-top : 0px;
        margin-left : 0px;
        margin-right : 0px;
        margin-bottom : 0px;
        border-width : 0px 0px 0px 0px;
        overflow-x:hidden;
        overflow-y:auto;

}


#bak {
       position:absolute;
       width:540px;
       height:382px;
       left: 50%;
       top: 50%;
       margin-left: -270px;
       margin-top: -191px;
       overflow-x:hidden;
       overflow-y:hidden; 
}  
