body {
background-image: url("kuvat/sekalaiset/taivas02.gif");
background-color : #000;
color : red;
padding : 30px;
}

h1 {
color : red;
font-size : 60px;
font-weight : normal;
letter-spacing : 6;
}

p {
color : red;
font-size : 17px;
}

P.linkit{
border : 1px solid red;
padding : 5px;
font-size : 14px;
margin-left : -30px;
margin-right : -30px;
}

a.linkit {
font-size : 14px;
color : red;
}

a:link {color : red; background-color : black; font-weight : bold; text-decoration: none;}
a:visited {color : red; background-color : black; font-weight : bold; text-decoration: none;}
a:hover {color : lime; background-color : black; font-weight : bold; text-decoration: underline;}
a:active {color : yellow; background-color : black; font-weight : bold; text-decoration: underline;}

a:link.mailto {color : red; background-color : black; font-weight : normal; text-decoration: underline;}
a:visited.mailto {color : red; background-color : black; font-weight : normal; text-decoration: underline;}
a:hover.mailto {color : lime; background-color : black; font-weight : normal; text-decoration: underline;}
a:active.mailto {color : yellow; background-color : black; font-weight : normal; text-decoration: underline;}




