font.obicajno {
color: yellow;
font-size: 14;
}
a:link {
color: #00FF00;
font-size: 12;
text-decoration: none;
font-weight: bold;
}
a:hover {
font-size: 20;
font-family: Comic Sans Ms;
text-decoration: underline;
color: #FF0000;
}
body.ozadje {
background-color: #000000;
}
h1 {
color: lime;
font-family: Arial narrow
}
td.bg:hover {
background-color: yellow;
}