html, body {
    border: none; 
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}
.bullettext {
    color: #000000;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
}
.warning {
    color: #ff0000;
    font-size: 9px;
    font-family: verdana;
    font-weight: bold;
}
.warningtext {
    color: #000000;
    font-size: 10px;
    font-family: arial;
}
.networklinks {
    margin-top: 35px;
    color: #000000;
    font-size: 13px;
    font-family: verdana;
    line-height: 18px;
}
.networklinks a {
    color: #000000;
    font-size: 13px;
    font-family: verdana;
}
.networklinks a:hover {
    color: #777777;
    font-size: 13px;
    font-family: verdana;
    text-decoration: none;
}
.footerlinks {
    margin-top: 22px;
    color: #777777;
    font-size: 8px;
    font-family: verdana;
}
.footerlinks a {
    color: #4a4a4a;
    font-size: 8px;
    font-family: verdana;
    font-weight: normal; 
    text-decoration: none;
}
.footerlinks a:hover {
    color: #777777;
    font-size: 8px;
    font-family: verdana;
    text-decoration: none;
}
.copyright {
    padding-right: 70px;
    color: #000000;
    font-size: 11px;
    font-family: helvetica;
}
#loadpage {
    color: #ffffff;
    font-size: 12px;
    font-family: verdana;
    position: absolute;
    left: 45%;
    top: 47%;
}
.EnterLinkBG {
    margin-top: 20px; 
    background-color: #ff3300;
}
.EnterLinkBG_ON {
    background-color: #ff0000;
}
.EnterLinkBG_OFF {
    background-color: #ff3300;
}
.EnterLink {
    height: 15px;
    width: 220px;
    cursor: hand;
    cursor: pointer;
    font-size: 12px;
    font-family: tahoma;
    font-weight: bold;
    color: #ffffff;
    padding-top: 3px;
	padding-bottom: 3px;
    text-decoration: none;
}
.EnterLink_ON {
    height: 15px;
    width: 220px;
    cursor: hand;
    cursor: pointer;
    font-size: 12px;
    font-family: tahoma;
    font-weight: bold;
    color: #ebebeb;
    padding-top: 3px;
	padding-bottom: 3px;
    text-decoration: none;
}
.EnterLink_OFF {
    height: 15px;
    width: 220px;
    cursor: hand;
    cursor: pointer;
    font-size: 12px;
    font-family: tahoma;
    font-weight: bold;
    color: #ffffff;
    padding-top: 3px;
	padding-bottom: 3px;
    text-decoration: none;
}
.EnterLinkBG a {
    text-decoration: none;
}
