/* CSS Document */
/*********************************/
/*     Majestic Wood Workds      */     
/*   Website CSS Style Sheet     */
/*                               */
/*       By: JMI Designs         */
/*********************************/

body {
scrollbar-arrow-color: #000000;
scrollbar-face-color: #E3D6BF;
scrollbar-3dlight-color: #B4B7A2;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #B4B7A2;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #B4B7A2; }

.copyright { text-align:center; font-family: Geneva, Arial, Helvetica, sans-serif; font:10px arial; color:#000000 }

:link { color: black; text-decoration: none; }     /*  unvisited links      */
:visited { color: black; text-decoration: none; }  /*  visited links        */
:active { color: black; text-decoration: none; }   /*  when link is clicked */
:hover { color: blue; text-decoration: none; }     /*  mouse is over link   */

:link.color3 { color: blue; text-decoration: none; }        /*  unvisited links      */
:visited.color3 { color: blue; text-decoration: none; }     /*  visited links        */
:active.color3 { color: blue; text-decoration: none; }      /*  when link is clicked */
:hover.color3 { color: blue; text-decoration: underline; }  /*  mouse is over link   */
