@font-face {
    font-family:'text';
    src: url("capsuula.ttf") ;
}
body {
  font-family: 'text', Fallback, sans-serif; font-size: 150%
}

#left {
    
    background-color:#eeeeee;
    height:300px;
    width:330px;
    float:left;
    
}

#section {
    width:750px;
    float:left;
    padding:10px; 
}


td a {display: block;
    color: #5c5b57;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 150%;
	}

td a:hover {
    color: red;
}


/* MENU */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
    position: relative ;
    left: 150px;
}

li {
    float: left;
}

li a {
    display: block;
    color: #5c5b57;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    color: red;
}




/* MENU */
