a {
    color: yellow;
    text-decoration: underline;
}
a:visited {
    color: yellow;
    text-decoration: underline;
}
a:hover {
    color: yellow;
    text-decoration: underline;
}

.clear {clear: both;}

#main {
width: 600px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
color: white;
}

#top_left{
float: left;
width: 330px;
}

#top_right{
float: right;
width: 270px;
}

#bottom_left{
float: left;
width: 295px;
font-size: small;
}

#bottom_right{
float: right;
width: 295px;
font-size: small;
}

#section {
}

#section_title {
font-size: medium;
color: red;
}

#section_sub {
font-size: small;
color: white;
}