#list1 .title { 
font-weight:bold; 
}

#list1, #list2 { 
width:500px; 
padding: 0 0 0 20px;
}

.topic {
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:black; 
padding: 5px 0 5px 5px;
}

.title, .mytitle { 
cursor:pointer; 
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#020344; 
padding: 5px 0 5px 40px;
}

.on  .mytitle { 
background-color:#C0C0C0; 
}

.off .mytitle { 
background-color:#E0E0E0; 
}
			
.content, .mycontent    { 
background-color:#ceced8; 
padding: 5px 5px 5px 60px;
font-family:Verdana;
font-size:12px;   
}