﻿body 
{
    /* Must include ---- >> */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* Must include ---- ^^ */
    font-family: Arial, Tahoma, Verdana; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    font-size: 0.8em
}

a 
{
    color: #ff6600;
}

/* Menu Links - Use a different style to the other page links */
.menulink 
{
    font: 13px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: none;
    color: #ffffff
}
.menulink:hover
{
    font: 13px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: underline;
    color: #000000
}

/* Define link style for the category menus */
.catmenulink
{
    font: 16px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: none;
    color: #ffffff;
    line-height: 1.5em;
}
.catmenulink:hover
{
    font: 16px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: underline;
    color: #000000;
    line-height: 1.5em;
}

/* Footer Menu */
.footermenu 
{
    font: 14px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: none;
    font-weight: bold;
    color: #ff6021
}

.footermenu:hover
{
    font: 14px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: underline;
    font-weight: bold;
    color: #ff6021
}

/* Top Menu - Home and Contact Us */
.topmenu 
{
    font: 14px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: none;
    color: #ffffff
}

.topmenu:hover
{
    font: 14px Tahoma, Verdana, Arial; /* Use Tahoma as per design, but if not then Verdana, next best thing */
    text-decoration: underline;
    color: #ffffff
}
