/* Start of CMSMS style sheet 'KSRWheels.net' */
*
{
font-family: Arial;
}

BODY 
{ 
background-image: url("images/background.gif"); 
background-repeat: repeat; 
background-position: center; 
}

td 
{ 
font-family: Arial; 
font-size: 12px;
}

a 
{ 
color:#646464;
}

a:visited 
{ 
color:#646464;
}

a:link 
{ 
color:#646464;
}

a:active 
{ 
color:#646464; 
}

a:hover 
{ 
color:#970000; 
}

.nav
{
    margin: 0 auto;
    width: 217px;
    text-align: left;
    text-indent: 10px;
}

.nav a, .nav a:visited, .nav:link, .nav a:active
{
    display: block;
    padding: 2px 2px 2px 2px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    cursor: pointer;
    text-decoration: none;
}

.nav a:hover
{
    color: #FFFFFF;
    background-image: url("images/navbg.gif");
}

.nav a.current, .nav a:visited.current, .nav:link.current, .nav a:active.current
{
    color: #FFFFFF;
    background-image: url("images/navbg.gif");
}

/* End of 'KSRWheels.net' */

