body { background-image: url(qtop.jpg);
}

h1{
 font-size: xx-large;
 font-weight: bold;
}

h2 {
 font-size: xx-large;
 text-align: center;
}

nav1{color: #FF0000;
}






a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color: #FFFFFF;
font-weight:bold;
}
a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color: #FFFFFF;
font-weight:bold;
}
a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color: #00DF00;
font-weight:bold;
}
a:active {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color: #FFFFFF;
font-weight:bold;
}