body {	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(sivu.jpg);
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	color: rgb(0,0,0);
	font-family: helvetica,arial,sans-serif; 
	font-size: x-small; 
	}

h1 { 	font-family: helvetica,arial,sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
	}

h2 { 	font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        font-weight: bold;
        text-decoration: none;
        color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
	}

p { 	font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        font-weight: normal;
        text-decoration: none;
        color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
	}

a:link { font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        text-decoration: underline;
        color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
	}

a:visited { font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        text-decoration: underline;
        text-align: left;
        color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
	}

a:active { font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        text-decoration: underline;
        text-align: left;
        color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
	}

th { vertical-align: top;
  text-align: left;
  background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: helvetica,arial,sans-serif; 
	font-size: x-small; 
        font-weight: bold;
        text-decoration: none;
	padding: 5px;
	}
td { vertical-align: top;
  text-align: left;
  background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: helvetica,arial,sans-serif; 
	font-size: x-small; 
        font-weight: normal;
        text-decoration: none;
	padding: 5px;
	}
td.l1 { vertical-align: top;
  text-align: left;
  font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        font-weight: normal;
        text-decoration: none;
        color: rgb(0,0,0); 
	background-color: rgb(200,200,255);
	padding: 5px;
	}




a.l1:link { font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        text-decoration: underline;
        color: rgb(0,0,0); 
	background-color: rgb(200,200,255);
	}

a.l1:visited { font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        text-decoration: underline;
        text-align: left;
        color: rgb(0,0,0); 
	background-color: rgb(200,200,255);
	}

a.l1:active { font-family: helvetica,arial,sans-serif;
        font-size: x-small;
        text-decoration: underline;
        text-align: left;
        color: rgb(0,0,0); 
	background-color: rgb(200,200,255);
	}
	
table {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(0,0,0);
	}


