#header address
{
padding:35px 0 0 0;
float: right;
margin: 0 5px 0px 0px;
}
#header address a
{
color: #0096B6;
text-decoration: underline;
}
#header address a:hover
{
text-decoration: none;
color: #B82911;
}
.code
{
font-size:14.5px;
color:#606060;
}
.number
{
font-size: 24px;
color:#606060;
top:-2px;
}
|