/* Setting up links */ a:link{ text-decoration: none; color: #6495ED; } a:visited{ text-decoration: none; color: #DF173F; } a:active{ text-decoration: none; color: #FF0000; } a:hover{ text-decoration: underline; color: #0000FF; } /* Setting up the page contents Style */ p, li, td{ font-family: "arial"; color: #FFFFFF; } /* Setting the style for the footer*/ .footer{ font-style: italic; color: #5F9EA0; font-size: 9pt; } /* Setting Styles for the Gallery System */ #BBImageGalViewer{border-style: outset; border-color: #cccccc; border-right-width: 2; border-left-width: 2; border-top-width: 2; border-bottom-width: 2; }