BODY {
  background-image: url(bg.gif); 
  background-attachment: fixed;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5%;
  text-decoration: none; 
  }

P {
	font-size: .9em;
  margin-left: 3%;
  margin-right: 3%;
  }

P.red {
    color: red;
  }

P.desc {
	font-size: .8em;
  }

P.copyr {
	font-size: .7em;
  }

H1, H2, H3, H4, H5, H6 {
  font-family: Arial, Helvetica, sans-serif;
  }

H1 {
  font-size: 150%;
  }

H1.juttu {
  color: white;  
  background-color: #aa3333;
	text-indent: 5%;
	font-size: 1.5em;
  line-height: 1.8em;
	font-weight: bold;
  }

H2 {
  font-size: 135%;
  }

H3 {
  font-size: 110%;
  }

H4 {
  font-size: 90%;
  }

A:link {
  color: red;
	background-color: none;
	text-decoration:	none;
  }

A:visited {
  color: #aa5555;
	background-color: none;
	text-decoration:	none;
  }

A:hover {
  color: black;
	background-color: red;
	text-decoration:	none;
  }

A:active {
  color: red;
	background-color: black;
	text-decoration:	none;
  }

HR {	
	visibility:	visible;
  border-color:	red;
  height: 1;
	align: center;
  }

table.ranking {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size   : 8pt; 
        font-weight : normal;
        color       : black;
        background-color: #ccffff;
        text-align  : center;

}

td.nimi { 
        font-family : verdana, arial, helvetica, sans-serif;
        font-size   : 8pt; 
        font-weight : bold; 
        color       : black;
        text-align  : left;
        background-color: #ffffff;
 
} 

td.tyhja { 
 
} 

td.sija { 
        font-family : verdana, arial, helvetica, sans-serif;
        font-size   : 8pt; 
        font-weight : bold; 
        color       : black;
        text-align  : center;
        background-color: #9933ff;
 
} 
 
td.jarjestava { 
        font-family : verdana, arial, helvetica, sans-serif;
        font-size   : 8pt; 
        font-weight : bold; 
        color       : black;
        text-align  : center;
        background-color: #00ccff;
 
} 

th {
        font-family : verdana, arial, helvetica, sans-serif;
        font-size   : 8pt;
        font-weight : bold;
        color       : white;
        text-align  : center;
        background-color: #0000cc;
        padding     : 2;
 
}

