/*Basic Style Sheet for Server Status by Bull*/
<style type="text/css">
td {
    padding: 10px 0;
    margin: 0 10px;	
    font-family: Tahoma;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    background: transparent
}
.name {
    color: #FFFFFF;
    text-align: left;
}
.online {
    color: #00DD00;
    font-weight: bold;
    text-align: left;
}

.offline {
    color: red;
    font-weight: bold;
    text-align: left;
}

