@charset "utf-8";
/* CSS Document */
.mylists, .mylists2{ /*header stuff*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
background: #f5f5f5;
font-weight:normal;
font-size:12px;
}

.openlist{ /*class added to contentswhen they are open*/
color:#003c79;
}

.opentext{ /*class added to contents when they are open*/
color: green;
}

.closedtext{ /*class added to contents when they are closed*/
color: red;
}
.thelist{
padding:14px 0 14px 0;
}