/* mild.css */

body {
background-color:#FFFFBB !important;
color:#0000FF !important;
letter-spacing:0.05em;
visibility:visible !important;
}
body * { background-color: transparent !important; }
body div, body b { border: none !important; }
#wrapper { width: 800px; }	
body #wrapper * { color:#0000FF !important; }
#header { padding: 0; margin: 0; }	

body #wrapper a {
color:#CC0000 !important;
border-color: #CC0000 !important;
}
body #wrapper a:hover {
color:#FF0000 !important;
}

#accessibilityToggle .angleRight,
#accessibilityToggle .angleLeft {
	display: none;
}
#accessibilityBorder {
	border: 0;
}
#accessibilityToggle .tab {
	width: 172px;
}
#accessibilityToggle .tab a {
	text-decoration: underline;
}

/* hide skiplinks */

body #wrapper #choice, 
body #wrapper #navigation, 
body #wrapper #content { text-decoration: none !important; }

