body{
    background-color: #000;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: Arial, Verdana, sans-serif;
}

a, img{
    border: none;
    text-decoration: none;
}

a, td{
    color:#FFF;
    font-size: 12px;
}

a.yellow{
    color: #fae52b;
}

a.red{
    color: #F00;
}

a:hover{
    text-decoration: underline;
}

table#nav img, table#nav a img{
    border-bottom: 3px solid #000;
}

table#nav a.here img{
    border-bottom: 3px solid #F00;
}

hr{
    height:2px;
    background-color:#000; 
    border:none;
    margin:8px 0 8px 0;
    padding:0;
}
.img-pad{
	margin-bottom:3px;
}