﻿.navlinks
{
}

A.navlinks:link
{
    MARGIN: 10px;
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, sans-serif;
    BACKGROUND-COLOR: #000000;
    COLOR: #ffffff;
    text-decoration:none;
}
A.navlinks:visited
{
    MARGIN: 10px;
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, sans-serif;
    BACKGROUND-COLOR: #000000;
    COLOR: #ffffff;
    text-decoration:none;
}
A.navlinks:hover
{
    MARGIN: 10px;
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, sans-serif;
    BACKGROUND-COLOR: #000000;
    COLOR: #ffDD00;
    text-decoration:none;
}
A.navlinks:active
{
    MARGIN: 10px;
	FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, sans-serif;
    BACKGROUND-COLOR: #000000;
    COLOR: #ffffff;
    text-decoration:none;
}
