﻿body 
{
    background-color:#A5B5C5;
    color:#FFFFFF;
    font-family:Century Gothic;
}

div.main
{
    text-align: center;
    width:800px;
}

img.framed
{
    border-right: white 15px solid;
    border-top: white 15px solid;
    border-left: white 15px solid;
    border-bottom: white 15px solid;
}

a
{
    color: White;
    font-weight: bold;
}

a:hover
{
    font-weight: normal;
}

#header table 
{
    text-align: center;
    width: 1600px;
}

#header td
{
    font-weight: 600;
    text-align: center;
    font-size: 25pt;
    font-style: italic;
}

#copyright table 
{
    text-align: center;
    width: 800px;
}

#copyright td
{
    text-align: center;
    font-size: 7pt;
}

#nav table 
{
    text-align: center;
    width: 800;
}

#nav td
{
    text-align: center;
    font-size: smaller;
}

#nav a
{
    color: White;
    font-weight: bold;
}

#nav a:hover
{
    font-weight: normal;
}

#nav a acronym
{
    background: red;
}

#packages h1
{
    font-size: large;
}

#packages tr
{
    vertical-align: top;
}

a.header 
{
    background-image:url(images\header.gif);
}

a:hover.header 
{
    background-image:url(images\header_hover.gif);
}
    
