﻿
body 
{
	color: white;
	font-family: Arial;
	background-color: black;
}

a
{
	color: Blue;
	text-decoration: none;
}

a:active
{
	color: Teal;
	text-decoration: none;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

span.searchHeader
{
	font-size:Large;
	font-weight:bold;
}

select.vehicle
{
	background-color:white;
	width:200px;
}

select.filters
{
	background-color:white;
	
}

table.toptable
{
	background-image: url(images/logos/rimdiscounters.bmp);
	width: 947px;
}

tr.toptable
{
	
}

td.toptable
{
	vertical-align:bottom;
	height:122px;
}

div#code
{
	background-color:gray;
}