﻿body 
{
    font-family:Century Gothic;
    font-size:10px;
    color:#0952a1;
}
h1,h2,h3,h4,h5,h6
{
    font-family:Century Gothic;
    }
img
{
    border:0;  }
.menu
{
    font-family:Century Gothic;
    font-size:14px;
    text-decoration:none;
    color:#0952a1;
}
a:link {color: #0952a1;text-decoration:none;font-family:Century Gothic;font-size:14px;}     /* unvisited link */
a:visited {color: #0952a1;text-decoration:none;}  /* visited link */
a:hover {color: #0952a1;text-decoration:underline;}   /* mouse over link */
a:active {color: #0952a1;text-decoration:none;}   /* selected link */ 

.home{
    font-family:Century Gothic;
    font-size:12px;
}
/*
a:hover.menu
{
    font-family:Century Gothic;
    font-size:14px;
    text-decoration:underline;
    color:#0952a1;
}
a:active.menu
{
    font-family:Century Gothic;
    font-size:14px;
    text-decoration:none;
    color:#0952a1;
}
*/