/* perusmuotoilut kaikille css:ää tukeville selaimille */
body {color:#000; background-color:#fff;}

/* leipäteksti ja otsikot */
p, td, div, li, dd {font-family:Verdana, Arial, Helvetica, sans-serif;}
h1 {font-weight:bold;}
h2 {font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;}
h3 {font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;}
h4 {font-weight:bold;}
h5 {font-weight:bold;}

dt {font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;}

/* linkit */
a:link {text-decoration:none;color:#005A61;}
a:visited {text-decoration:none;color:#003333}
a:hover {text-decoration:underline;color:#000;}

label {margin:0;padding:0;}
.even {background:#fff;}
.odd {background:#EFF5DB;}
.vaihto {color:#595959;}
