fieldset
{
   border: 1px solid #84B4F0;
   width: 650px;
}
legend
{
   color: #000;
   background-image: url(../images/legend.png);
   border: 1px solid #84B4F0;
   padding: 2px 6px;
}
.main_frame{
   width: 650px;
}
.category_links{
   color: #0000ff;
   text-decoration: none;
}
.category_links:a{
    text-decoration: none;  
}
.category_links:hover{
   text-decoration: none;
   border-bottom: 1px solid #ff0000;  
}
.category_links:visited{
   color: #0000ff;
}
.art_headings{
   color: #000000; /*#84B4F0;*/
   font-weight: bold;
   border-bottom: 1px solid #84B4F0;
}
.art_sub_headings{
   color: #ff0000;
   font-weight: bold;
}
.art_content{
   width: 650px;
   max-width: 500px;
   /*font-size: 12px;*/
}
