﻿body 
{
	background-color:#333333;
	font-family:Arial;
	color:white;
}
a:link {
COLOR: white;
}
a:visited {
COLOR: white;
}
a:hover {
COLOR: white;
}
a:active {
COLOR: white;
}
tr.SelectedRow {
	background-color: #0D5794; color: white;
}
tr.AlternatingRow {
	background-color: #444444; color: white;
}
SelectedItem
{
	background-color: #0D5794; color: white;
}