﻿
body
{
    font-family: TAHOMA;
    color: black;
   
}

li
{
    color: black;
    list-style-type: none;
    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
    font-family: Tahoma;
}

.content
{
    position: absolute;
    z-index: 1;
    left: 215px;
    margin-left: 25%;
    width: 500px;
    top: 315px;
    height: 100%;
}



