body {
    background-color: #ffff99;
    font-family: arial;
}

.centered {text-align: center;}
.red {color:red;}
.green {color:green;}
.blue {color:blue;}
.yellow {color:yellow;}
.short-hr {width:50%; text-align: left;}
.medium-hr {width:75%;}
.blood-red {color:#980002;}
.dark-navy {color:#000050;}
.razzmatazz {color:#ff0060;}
.bg_green {background-color:lime;}
.italic {font-style: italic;}
.large {font-size: 20px;}
.spec {
    background-color:red;
    font-size:20px;
    font-weight: bold;
}
.kod {font-family:"Courier New", Courier;}
a {
color:#666666;
font-size:16px;
text-decoration:none;
}
a:hover {text-decoration:underline overline;}