body {
background-image: url(images/bg.jpg);
background-repeat: no-repeat; 

}
a:active {color:#000000}
h3 {color:#333333;
font-size:9px;
font-family:tahoma;
font-weight:bold;}
}

h3 a:active {color:#000000;
font-weight:bold;
text-decoration:none}

h3 a:link {color:#f13126;
font-weight:bold;
text-decoration:none}

h3 a:visited {color:#f13126;
font-weight:bold;
text-decoration:none}

h3 a:hover {color:#111111;
font-weight:bold;
text-decoration:none}

h2 {color:#777777;
font-size:14px;
font-family:Arial;
font-weight:normal;}

h1 {font-size:22px;
font-family:Arial;
text-transform:uppercase;
color:#f13126;
letter-spacing:-2;
font-weight:bold;}

input
{
font-family: Arial;
font-size: 12px;
border: 1px solid #AAAAAA;
padding: 4px;
color: #555555;
background: #EEEEEE;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}