<!--
/* This stylesheet was created for the Looney Tunes Crash Course by PTB Design, Inc. */
/* http://wwww.cerbslair.com  */

/*  Link Attributes  */
 A:link {text-decoration: none}
 A:hover { background : Maroon; text-decoration : underline;  color: White;  }
 A:visited {text-decoration: none; color:#ffff66}

/* Scrollbar */
 body {
	scrollbar-face-color: #008080;
	scrollbar-shadow-color: #006633;
	scrollbar-highlight-color: #006600;
	scrollbar-3dlight-color: #009966;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #003333;
	scrollbar-arrow-color: #CC6600;
} 

/* Set image attributes */
 img {  border: 0px }

/* Text Shadow  - Ie 4 only I think ?? */
 .shadow { 
           font-family : "'Arial', 'sans-serif'"; font-size : x-large;
           font-weight : Bold; color : #FFFFFF; width : auto;
           height : auto; position : relative; padding: 4pt;
           filter : shadow(Color=#336600,Direction=135)
    }
-->

