﻿h1
{
    color: Navy;
}
#navi a:link
{
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}
#navi a:active
{
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}
#navi a:focus
{
    color: Yellow;
    text-decoration: none;
    font-weight: bold;
}
#navi a:visited
{
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}
#navi a:hover
{
    color: White;
    background-color: Navy;
    text-decoration: none;
    font-weight: bold;
}#path a:link
{
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}
#path a:active
{
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}
#path a:focus
{
    color: Yellow;
    text-decoration: none;
    font-weight: bold;
}
#path a:visited
{
    color: Navy;
    text-decoration: none;
    font-weight: bold;
}
#path a:hover
{
    color: White;
    background-color: Navy;
    text-decoration: none;
    font-weight: bold;
}
.section
{
    font-weight: bold;
}
.alt
{
    background-color: #CCCCCC;
}
.icon
{
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 10px;
}
.ps1
{
    width: 190px;
    font-weight: bold;
}
.ps2
{
    width: 400px;
}
.ps3
{
    width: 192px;
    font-weight: bold;
    background-color: #B5D29C;
}
.ps4
{
    width: 402px;
    font-weight: bold;
    background-color: #B5D29C;
}
.ps5
{
    font-weight: bold;
    text-align: center;
    background-color: #99B3CC;
}