body {
background-color : #FFFFFF;
}

body, table, tr, td {
font-family : Arial;
color : #;
font-size : 12px;
}

#otsikko {
position : absolute;
left : 200px;
top : 20px;
}

h1 {
font-family : Arial;
color : #FC1657;
font-size : 16px;
}

#table {
position : absolute;
left : 200px;
top : 10px;
}

#linkit {
position : absolute;
left : 10px;
top : 200px;
}

a:link, a:visited {
color : #FC1657;
font-size : 12px;
text-decoration : none;
}

a:hover, a:active {
color : #000000;
font-size : 12px;
text-decoration : none;
}