body {
background-color : #000000;
}

body, table, tr, td {
font-family : Arial;
font-size : 12px;
color : #e1cb91;
}

#otsikko {
position : absolute;
left : 200px;
top : 0px;
}

h1 {
font-family : Arial;
color : #c53f35;
font-size : 16px;
}

#table {
position : absolute;
left : 200px;
top : 360px;
}

#linkit {
position : absolute;
left : 300px;
top : 312px;
}

a:link, a:visited {
color : #c53f35;
font-size : 12px;
text-decoration : none;
}

a:hover, a:active {
color : #e1cb91;
font-size : 12px;
text-decoration : none;
}