﻿body 
{
    background-color: white;
}

p
{
    font-family: Cambria;
    color: Black;
    text-align: justify;
}

a
{
    font-family: Helvetica;
    text-decoration: none;
}

/*
li
{
    font-family: Helvetica;
}

.divclass
{
    width: 10%;
    background-color: Green;
}

.divWithBG
{
    background-color: #dddddd;
    width: 40%;
}

ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li
{
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff0000;
}

ul li a
{
    text-decoration: none;
    color: Black;
}

ul li li
{
    background: #ff0000;
    color: White;
    display: none;
}

ul li li:hover
{
    background: #555;
}

ul li li a
{
    text-decoration: none;
    color: #fff;
}
*/