.MAINTEXT {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000}
.mainlinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-transform: capitalize; color: #FFFFFF; text-decoration: none}
  img {/* border style for all images */
  border: 0;
  }
img.block{ display:block; /*allows the element to take auto margins*/ } 
img.beveled   
{   
    position:relative;   
}   
img.beveled:after   
{   
    position:absolute;   
    left:0;   
    top:0;   
    display:block;   
    content:"\00a0";   
    box-sizing:border-box;   
    width:100%;   
    height:100%;   
    border:5px solid;   
    border-color:rgba(255,255,255,0.4)   
                 rgba(0,0,0,0.4)   
                 rgba(0,0,0,0.4)   
                 rgba(255,255,255,0.4);   
}  