/* CSS to eliminate blue boxes around linked images                      */
/* Requires the following in the HTML source code:                       */
/* <link href="/no_image_borders.css" rel="stylesheet" type="text/css"/> */
/* Created by Steven Cagle on 21-Jan-2010                                */

img
{  border-style: none;
}

