
#head {
color: white;
font-size: 30px;
text-align: center;
background-color: #099;
font-family: serif, helvetica, san-serif;
}

#sub {
color: #099;
font-size: 20px;
text-align: center;
font-family: arial, helvetica, san-serif;
font-weight: bold;
}

#time {
color: red;
font-size: 15px;
text-align: center;
font-family: arial, helvetica, san-serif;
font-weight: bold;
}


#main{
width: 100%;
font-family: arial bold, helvitica, san-serif;
font-size: 30px;
color: green;
}



#main a:link {
color: #960;
background-color:white;
}

#main a:visited {
color: gray;
background-color: white;
}

#main a:hover {
text-decoration: underline;
color: white;
background-color: #960;
}

