﻿body
{
    font-family: 'Trebuchet MS';
    color: #999999;
    text-decoration: none;
    background-image: url('images/background.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    background-color: #EBEBEB;
}
a:link
{
    text-decoration: none;
    color: #666666;
}
a:visited {  
	text-decoration: none; 
	color: #666666;
}
a:hover { 
	text-decoration: none; 
	color: #666666;
}

.oppositeClass
{
    font-family: 'Trebuchet MS';
    color: #999999;
    background-color: #000000;
}

.leftmenu
{
    font-family: 'Trebuchet MS';
    color: #FF0066;
    font-size: medium;
    font-weight: 500;
}
    
.topmenu
{
    text-decoration: none;
    color: #999999;
    font-weight: bold;
    width: 700px;
}

