/* old.css for Don Rebic website */
/* basic stuff for old browsers, overwritten by front.css for newer browsers */

body {
color: #f1c908;
font-family: sans-serif;
font-size: 16px;
background-color:#000;
}

a {
color: #000;
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
background-color: #c52736;
}

h1.title {
display: none;
}

table tr td{
color:#f1c908;
font-family: sans-serif;
}

