/* 
  File name:  eurostyle
  Created on: 27. marraskuuta 2002 at 14:01
  Author:     Esa-Pekka  

  Description:
    Style sheet for Eurolashing web pages 
*/
body{
	background-color: white;
}
p {
    font-family: arial;
    margin-left: 10;
    margin-right: 10;
	margin-top: 20;
	font-size: 100%;
}
h3 {
    font-family: arial;
    margin-left: 10;
    margin-right: 10;
	font-size: 100%;
}

a{
    color: red;
    font-size: 105%;
}

a:visited{
    color: red;
    font-size: 105%;
}

a:hover{
    color: silver;
}
p.linkki{
	valign: top;
	font-size: 115%;
	font-family: palatino, tahoma;
	margin-left: 50;
	margin-top: 50;
}
a.linkki{
	font-size: 115%;
	font-family: palatino, tahoma;
	margin-left: 50;
	margin-top: 50;
}
a.service{
	font-family: palatino, tahoma;
}
td.vasensivu{
	background-image: url(eurol/sivutausta3.gif);
}

img.margin{
	margin-top: 13;
}