﻿/*
@font-face {  
  font-family: "Gotham";
  font-weight: bold; 
  src: url(../fonts/Gotham-Bold.eot); *//* IE *//*
  src: local("Gotham-Bold"),
       local("Gotham Bold"),
       url(../fonts/Gotham-Bold.ttf) format("truetype"); *//* non-IE *//*  
}
*/   

body 
{
    font-family:Arial;
    font-size:12px;
    background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#000;
}
a, a:visited, a:hover
{
    color:#004775;
    text-decoration:none;
}
a:hover
{
    color:#0099c3;
    /*text-decoration:underline;*/
}

