/* Cascading Style Sheets (CSS) for the Veribest ISD Website General Formats
   to Properly Render Display in a Variety of Browsers */
/*  Created: 11 December 2008 */
/* Modified: 11 December 2008 */
/* --------------------------------------------------------- */
/* Overall Web Page Formatting of Links */
A:link    { color:Blue; text-decoration: none}
A:visited { color:Blue; text-decoration: none}
A:active  { color:Blue; text-decoration: none}
A:hover   { color:Blue; text-decoration: none}
