/*basic text entries used throughout*/

.sce_base {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.sce_baseit {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic;}
.sce_basebold {  font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
.sce_basehigh {  font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
.sce_basehead {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold}
.sce_baserev {  font-size: 18px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF}
.sce_red {  font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold; color: red}


.sce_price {  color: red; font-size: 15px; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
.sce_car_title {  color: navy; font-size: 18px; font-weight: bold; font-family: Arial, Helvetica, sans-serif}
.sce_car_specs { background: #EEEEEE; border: solid thin navy;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; }


/*text descriptors make this a readable font for small sizes*/
.small {  font-family: Arial, Verdana, sans-serif; font-weight: bold; font-size: 10px}

/*table colors*/
.basictablook { background: #EEEEEE; border: solid thin navy;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

/*table headers*/
thead {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #666666 ;
font-size: 12px;
}

tbody {font-family: Arial, Helvetica, sans-serif; color: #000000;
font-size: 12px;
}


/*link colors*/
A
{
    text-decoration:none;
    font-family:arial,helvetica;
    font-size:11px;
    color:navy;
    font-weight: bold;
    cursor:hand;
}
A:visited
{
    text-decoration:none;
    font-family:arial,helvetica;
    font-size:11px;
    color:navy;
    font-weight: bold;
    cursor:hand;
}
A:hover
{
    text-decoration:none;
    font-family:arial,helvetica;
    font-size:11px;
    color:red;
    font-weight:bold;
    text-decoration:underline;
}
A:active
{
    text-decoration:none;
    font-family:arial,helvetica;
    font-size:11px;
    color:#red;
    font-weight:bold;
    text-decoration:underline;
}

/*
colours
light olive #CC9900
mauve #CCCCFF
aqua #CCFFFF
lt green #CCFFCC
crimson #CC9999
*/