html{
height:100%;
overflow: auto;
border:none;
}

body {
width:100%;
height:100%;
color: #FFFFFF;
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

#head{
width:100%;
}
.menu{
float:right;
}
#main{
height:100%;
}
#flash{
width:100%;
height:100%;
}
#noflash{
text-align:center;
}

A {text-decoration: none;}
A:visited { color:#FFFFFF; }
A:link {
color: #FFFFFF;
}
A:hover {
color: #999999;  
}

.style1 {font-size: 10px}
.style3 {
color: #FFFFFF;
font-weight: bold;
margin: 0px 30px 0px 0px;
}

img{border:none;}