@import url("../style/one.basic.css");
/*
  [ Above imports all previous styles ]
  + 25-07-02 one.contrast.css begun
  + 28-07-02 font size: medium added.
  + 09-04-03 updated for new div classes ; .breadcrumbs --> #breadcrumbs
*/


html body td, html body th, html body p, html body ul, html body dl, html body ol, p#copyright, html body .box, html body #breadcrumbs, html body #sidebar {
font-size: medium;
font-family: serif, sans-serif;
line-height: 1.6em;
}

body, p#copyright, h2 {
color: #000;
}

:link , :visited {
color: #cc0000;
text-decoration: underline;
font-weight: bold;
}

p#copyright {
/*text-transform: lowercase;
*/
}

p#copyright :link , p#copyright :visited , p#copyright :link:hover , p#copyright :visited:hover {
color: #cc0000;
}

:visited {
color: #990000;
}

:link:hover , :visited:hover {
color: #ff3333;
text-decoration: none;
}

:link:active , :visited:active {
color: #ff6666;
}

#breadcrumbs , body , .content , td , p , #sidebar div#menu, #sidebar div#nextweek, #sidebar div#contents, #sidebar div#services, h1, h2, h3, h4 {
background-color: transparent;
font-family: sans-serif, serif;
}

p#copyright , #title , #breadcrumbs , h3 {
border-color: #000000;
}

dt strong {
color: #000;
background-color: #ccf;
}
