﻿body
{
	font-size: 14px;
	background-color: #2C2C2C;
	color: white;
	font-family: Verdana, Tahoma;
	list-style-type: square;
}
A
{
	color: white;
}
SELECT
{
	font-size: 14px;
}
INPUT
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	font-size: 14px;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	background-color: #f1f1f1;
}
TEXTAREA
{
	font-size: 14px;
}
TABLE
{
	font-size: 14px;
	color: white;
	font-family: Verdana, Tahoma;
	list-style-type: square;
}
A:link
{
	color: white;
}

A:hover
{
	color: #619777;
}
