@font-face {
	font-family: Trajan Pro;
	src: url(./czcionki/TrajanPro-Regular.ttf);
}

/* unvisited link */
a:link {
    color: gray;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: gray;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: white;
    text-decoration: none;
}

/* selected link */
a:active {
    color: gray;
    text-decoration: none;
}

p#link{
   font-family: 'Trebuchet MS'
}
p#link2{
   font-family: 'Trajan Pro'
}
p#text {
   color: white;
   font-family: 'Trebuchet MS'
}

h3 {
   color: white;
   font-family: 'Trajan Pro';
}