﻿/*###########################################################
##### Main css ##############################################
###########################################################*/

body
{
    font-size: 16px;
    color: #000000;
    font-family: verdana,arial,times new roman;
    background-color: #eeeeee;
}

small
{ 
  font-size: 11px; 
  color: #000000; 
}

h1
{
  font-size: 35px; 
  color: #31449a;  
} 

h2
{
  font-size: 25px; 
  color: #31449a;  
}  

h3
{
  font-size: 20px; 
  color: #000000;  
}

h4
{
  font-size: 16px; 
  color: #000000;  
}   

a
{
  color: #a1b2fc;
  text-decoration: none;
}

a:visited
{
  color: #a1b2fc;
  text-decoration: none;

}

a:active
{
  color: #a1b2fc;
  text-decoration: none;

}

a:hover
{
  color: #000000;
}

img
{
    border: 0px none #ffffff;    
}  

