﻿body, html
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body
{
    background-color: #ffffcc;
    background-position: left center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: url("images/CyprusBg.gif");
    color: #000000;
}

table, table td
{
    width: 100%;
    padding: 0px;
    border: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
}

a, a:link, a:visited, a:active { color: Maroon }
a:hover  { color: Red; text-decoration: none }

ul, li { text-indent: 0px; margin: 10px; padding: 0px; text-align: left }
.FrameWork 
{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #ffffcc; 
    border-bottom: solid 1px #000000; 
    border-right: solid 1px #000000; 
    width: 830px;
}

.WorkCell
{
    font-size: small;
    font-style: italic;
    width: 50%;
    padding: 5px;
    padding-bottom: 15px;
}

.WorkDesc, .WorkDesc td
{
    width: 179px;
}


#WorkTable a, #WorkTable a:link, #WorkTable a:visited, #WorkTable a:active
{
    border: solid 5px #ffffcc;
    margin: 5px;

}

#WorkTable a:hover
{
    border: solid 5px #cccc99;
    margin: 5px;

}