body{
background-color: #000000;
text-color: green;
}

p {color: green; font-weight: bolder;}

#linka {url(line1.gif);


}
a{
text-decoration: none;
color: green;
font-weight : bold;
}
a:link { text-decoration: none;
color: green;
}
a:visited { text-decoration: none;
color: olive;
}
a:hover{
text-decoration: none;
color: blue;
background-color : yellow;
