
 body{
        font-size:12px;
        font-family:comic sans MS,arial;
        color: Teal; 
        text-align: center;
        margin:0px;
        padding:0px;

}
#main{
    padding: 10px;
    margin:0 auto;
    width:1000px;
    text-align: left;
}
h1{
    text-align:center;font-size:18px;color:blue;font-weight:bold;
}
h3{
  font-size:13px;color:blue;font-weight:bold;
}

a{
    color: rgb(247,181,0);
    font-weight:bold;
}
a:link {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
}
a:active {
    color: black;
    text-decoration:none;
}
a:hover {
    color:  rgb(198,198,0) ;
    text-decoration:underline;
}