/* BeetrootStreet CMS Accessibility stylesheet - (c)2006 Martin Parry */

body
{
	background-color: #000000;
	color: #FFFF00;
}
body, p, td, tr, input, select, textarea
{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
img { display:none; }
#abar { border-bottom:3px solid white; margin-bottom:5px; }
a { color:#00FFFF; padding:2px; text-decoration: underline; }
a:active { color:#FFFF00;  text-decoration: underline; }
a:visited { color:#00CCFF;  text-decoration: underline; }
a:hover, a:active:hover, a:visited:hover { color:#000000; background-color: #ffffff;  text-decoration: underline;}

.hidden
{ 	display:none; }

h1
{
font-size:32px;
}

h2
{
font-size:28px;
}

h3
{
font-size:24px;
}
