a.a:link { color: white;  text-decoration: underline}
a.a:active { color: white; text-decoration: underline}
a.a:visited { color: white; text-decoration: underline}
a.a:hover { color: white;text-decoration: underline}
a.b:link { color: white; text-decoration: none }
a.b:active { color: white; text-decoration: none}
a.b:visited { color: white; text-decoration: none}
a.b:hover { color: white;text-decoration: underline}
a.c:link { color: #006699; text-decoration: underline }
a.c:active { color: #006699; text-decoration: underline}
a.c:visited { color: #006699; text-decoration: underline}
a.c:hover { color: black;text-decoration: underline}

Hex={}

body 
{
background-image: 
url('../grafika/pozadina.jpg');
background-repeat: 
no-repeat;
background-attachment: 
fixed
}