/* Very basic style sheet - may expand on this later */
/* Nothing very exciting by request  - Bob Halford Nov16 2001 */


/* Normal unvisited, visited and hover link presentation */


A:link    { background: transparent; color:#444444;
            text-decoration: none; font-weight: bold}
A:visited { background: transparent; color:#444444;
            text-decoration: none; font-weight: bold} 
A:hover   { background: transparent; color: #0066cc;
            text-decoration:underline; }

.lgry { background-color : #d0d0d0; }

