#list1, #list2, #list3, #navigation { width:1em; }


#list1 a{
        font-weight: bold!important;
        font-size: 12px!important;
         color: white;  
			text-decoration: none!important;
}

#list1  {
        width: 90%;
        font-family: verdana;
        margin:  0px;
        padding: 0px;
        border: 0px solid black;
		  margin-left: 2em;
		  padding-right: 2em;
}
#list1 p {
        margin-bottom: 1px;
        border: none;
        text-decoration: none;
        overflow: auto;  
		  text-align: justify;

}
#list1 h5 {
        display:block;
        padding:5px;
        margin-top: 0;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        color: white;
        background-color: #00a0c6;
        border: none;
		  margin-bottom: 2px!important;
}
#list1 h3:hover {
        color: #00a0c6;
        background-color: white;
}
#list1 h3.selected {
        color: white;
        background-color: #80cfe2;
        border-bottom: 0px solid black;
}