﻿body 
{
	background-color: #5d5b82;
	color: White;
	font-family: Arial;
	font-size: 0.9em;
}

A {
	text-decoration: none;
	color: White;
}

A:Hover {
	text-decoration: underline;
	color: White;
}

.Menu
{
	font-size: 0.9em;
	font-weight: bold;
	color: White;
}

.Small
{
	font-size: 0.7em;
	color: White;
}

A.Biler
{
	text-decoration: underline;
	color: White;
}

A.Biler:Hover
{
	text-decoration: underline;
	color: Gray;
}