body { color: black; background-color: rgb(27,27,27); 
background-image: url('images/background-centered.jpg'); 
background-position: top center; background-repeat: no-repeat; }

.left { background-image: url('images/background-left.jpg'); 
background-position: top right; background-repeat: no-repeat; }

.right { background-image: url('images/background-right.jpg'); 
background-position: top left; background-repeat: no-repeat; }

.yhteystiedot { font-family: Arial; font-size: 11px; }
.yhteystiedot b { font-family: Arial; font-size: 14px; font-weight: bold; }

table td { font-family: Arial; font-size: 11pt; color: rgb(100,100,100); }

h2 { font-family: Arial; font-size: 15pt; color: rgb(100,100,100); }
h3 { font-family: Arial; font-size: 12pt; color: rgb(100,100,100); }

a { color: rgb(100,100,100); }
a:visited { color: rgb(100,100,100); }
a:hover { color: rgb(142,12,14); }