.block{
font: 12px Arial;
text-align: left; /*set value to "left", "center", or "right"*/
}

.gold{
font: 12px Arial;
color: #A5B05E;
text-align: left; /*set value to "left", "center", or "right"*/
}

.block2{
font: 12px Arial;
color: #000000;
font weight: bold;
text-align: center; /*set value to "left", "center", or "right"*/
}

.block3{
font: 12px Arial;
color: #FFFFFF;
text-align: center; /*set value to "left", "center", or "right"*/
}

.block4{
font: 14px Arial;
color: #FFFFFF;
text-align: center; /*set value to "left", "center", or "right"*/
}

.block5{
font: 12px Arial;
color: #FFFFFF;
text-align: right; /*set value to "left", "center", or "right"*/
}

A:link {text-decoration: none; color: white }
A:visited {text-decoration: none; color: white }
A:active {text-decoration: none; color: #c0c0c0 }
A:hover {text-decoration: none; color: #c0c0c0 }
}