/* BODY */


BODY {
 background-color: #ffffff;
 margin: 0px;
 padding: 0px 0px 4px 0px;
 font-family: Verdana; 
 text-decoration: none; 
 color: #a2a2a2; 
 font-size: 8pt;
}

/* LINKIT */

A:link       {font-family: Verdana; text-decoration: none; color: #ed9661 }
A:visited    {font-family: Verdana; text-decoration: none; color: #f1ae85 }
A:active     {font-family: verdana; text-decoration: none; color: red } 
A:hover      {font-family: verdana; text-decoration: none; color: red }

/* ILMIANTOLINKKI */

a.linkki:link 		{ color: black }
a.linkki:visited 	{ color: black }
a.linkki:hover 		{ color: red }
a.linkki:active 	{ color: red }

table#taulu {
	background: #fff; 
	font-size: 12px;
	color: #000;
	padding:1px;
}



