main-style.css 961 B

12345678910111213141516171819202122
  1. body {
  2. font-family: Tahoma, Geneva, sans-serif; margin: 1em 2em 1em 2em; font-size: 100%; line-height: 130%;
  3. background-color: #ffffff;
  4. color: #292930;
  5. }
  6. h1, h2, h3, h4, h5, h6 {font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold; line-height:100%; margin-top: 0.5em; margin-bottom: 0.5em;}
  7. h1 {font-size: 1.6em; color: #0C374D;}
  8. h2 {font-size: 1.2em; color: #0C374D;}
  9. h3 {font-size: 1.0em; color: #0C374D;}
  10. a.pagetitle:link { font-weight: bold; font-size: 20pt; color: #0C374D; text-decoration: none; }
  11. a.pagetitle:visited { color: #0C374D; text-decoration: none; }
  12. a.pagetitle:hover { color: #2a7ae2; }
  13. a.tag:link { background-color: #ffffff; color: #696969; text-decoration: none; }
  14. a.tag:visited { background-color: #ffffff; color: #696969; text-decoration: none;}
  15. a.tag:hover { background-color: #ffffff; color: #2a7ae2; }
  16. a:link { color: #2A7AE2; text-decoration: none; }
  17. a:visited { color: #2A7AE2; }
  18. a:hover { color: #559922; }