/*
	Filename         :	contrast.css
	Last updated by  :	The Guild
	Last Updated     :	1 Oct 2008
	Comments         :	High contrast / large text accessibility stylesheet. 
					 :	Load alone without any other stylesheets!
					 :  v1.0.0 release 1
*/

html { font: 1.25em Verdana, Arial, sans-serif; background-color: black; color: yellow; }

:link { color: #eaf8de; }
:visited { color: pink; }
:focus, :hover { text-decoration: none; }
:focus { outline: 3px dotted invert; }

acronym, abbr { cursor: help; }
acronym:not([title]), abbr:not([title]) { cursor: default; }

label, input, textarea, select { font-size: 1em; display: block; width: auto; }
textarea { font-family: Tahoma, Arial, sans-serif; }

table { width: 100%; border-collapse: collapse; margin: 1em 0; }
td, th { border: 2px solid gray; padding: 3px; }

.headerRow2 a img { display: none; }

.headerRow2 ul li
{
	list-style-type: none;
	display: inline;
}
