a:link { color: brown; 
         text-decoration: none;
         font-size: 12px;
         font-family: arial;
}
a:visited { color: brown;
            text-decoration: none;
            font-size: 12px;
            font-family: arial;
} 
a:hover { color: black;
          text-decoration: none;

          font-size: 12px;
          font-family: arial;
}

.item_name {
            color: black;
            font-weight: bold;
            text-decoration: none;
            font-size: 14px;
            font-family: arial;
}
.item_desc {
            color: black;
            font-weight: normal;
            text-decoration: none;
            font-size: 14px;
            font-family: arial;
            text-align: justify;
} 
.item_list {
            color: black;
            font-weight: normal;
            text-decoration: none;
            font-size: 14px;
            font-family: arial;
}
