body {
    color: #444444;
    font-size: 70%;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #eeeeee;
    
}

hr {
    border: 0;
    width: 100%;
    background-color: #bbbbbb;
    height: 1px;
}

#menu {
	float: left;
	width: 200px;
        padding: 15px;
        
}

#content { 
	float: left;
	width: 700px;
        padding: 15px;
}

a:link {color: #444444; text-decoration: none; }
a:active {color: #444444; text-decoration: none; }
a:visited {color: #444444; text-decoration: none; }
a:hover {color: #777777; text-decoration: none; }

a {text-decoration: none; }
