BODY
{
	margin: 0px;
    font-size: medium;
    color: #ffffcc;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    background-color: #333366;
}

.TitleLink:hover
{
    text-decoration: underline;
}

.TitleLink
{
    font-size: large;
    color: #ffffcc;
    text-decoration: none;
}

.Title
{
    font-size: larger;
}

.Small
{
    font-size:x-small;
}

.Sidebar
{
    background-color: #444477;
}

A
{
    color: #ffffcc;
}

A:hover
{
    color: Yellow;    
}