﻿*
{
  margin: 0;
  padding: 0;
  outline: none;
}

body
{
  background-color: #333;
  font-family: "Trebuchet MS", Verdana;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
	overflow: scroll;
}

img
{
  display: block;
}

a
{  
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

option
{
	padding: 0 8px 0 2px;
}