﻿/*
@font-face {  
  font-family: "Berthold";
  font-weight: normal; 
  src: url(../fonts/AkzidenzGroteskBE-Md.eot); *//* IE *//*  
  src: local("Akzidenz Grotesk BE"),
       url(../fonts/AkzidenzGroteskBE-Md.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:#0e3b65;
}
a, a:visited, a:hover
{
    color:#004775;
    text-decoration:none;
}
a:hover
{
    color:#b99706;
    /*text-decoration:underline;*/
}

