/*

Hel.fi korkean kontrastin, saavutettava CSS tiedosto.

A high contrast CSS for accessibility reasons.

Helsingin kaupunki. Taske/Titek. 2008.

*/

body {
	margin: 1em;
	background-color: #000000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 140%;
	color: yellow;
}
/* over-ride */
td.sidebar, td.navigation, td.main_bar, td.frontpage_content, .wpsPortletBody .main_bar, td.events_bar, .events_bar2, td.news_back, td.news_back_white, td.news_back_grey, th.dark_bar, .dark_bar th, .dark_bar_main, .dark_bar_main th, .dark_bar_bottom, .dark_bar_bottom th, .nav_bar th, td.front_sidebar, .front_sidebar th, .front_sidebar td, .link_bar, th.info_bar, .info_bar td, .orange .info_bar th, .blue .info_bar th, .darkblue .info_bar th, .violet .info_bar th, .yellow .info_bar th, .lime .info_bar th, .grey .info_bar th {
	background-color:#000000;
}
td.dark_bar, .dark_bar td, .dark_bar_main, .dark_bar_bottom, .nav_bar td, .front_sidebar, .front_sidebar td, td.info_bar, .link_bar, .orange .info_bar td, .blue .info_bar td, .darkblue .info_bar td, .violet .info_bar td, .yellow .info_bar td, .lime .info_bar td, .grey .info_bar td {
	border:solid 1px #000000;
}
td, td.whitecell, td.events_back, td.navbox {
	background-color: #000000;
	color: yellow;
}
a:link, a.navlink, a.toplink, a.underline {
	color: #86FB86;
}
a:visited, a.navlink:visited, a.toplink:visited, a.underline:visited {
	color: pink;
}
/* added 5.4.2009 */
a:hover, a.navlink:hover, a.toplink:hover, a.underline:hover {
	color:#5983AE;
}

