/* screen.css - style sheet for viewing Pack 3371 pages*/
/* 22DE2008 JJR*/

/* import standard definitions */
@import url(/css/main.css);

/* styles we don't want affecting printouts:*/
/* body {background: #FFAAAA; font-family: Verdana, sans-serif; font-size: 10pt; color: black;} /* changed BG color to # so as to not confuse stites! 20JN2007 JJR */
BODY {cursor: url(http://www.pack3371.com/cursors/AKELA.cur), default; background: #F2D68A; font-family: Verdana, sans-serif; font-size: 10pt; color: #003162; margin: 0;}
/* 
This works in SeaMonkey:
cursor: url(http://www.estelleweyl.com/images/heart.cur), pointer;
This does not:
cursor: url(http://www.pack3371.com/AKELA.cur), pointer;
Something about our ANI files!
*/
HR {color: #003162; background-color: #003162; border-width: 0;}

DIV.menus {float: left; background-color: #FFCC00; border-right: 1px solid #003162; margin-right: 10px; border-bottom: 1px solid #003162; padding-bottom: 10px;}
TABLE.pagetop {height: 95px; color: #FFCC00; background-color: #003162;}
TABLE.pagetop TR {vertical-align: bottom;}
DIV.pagecontent {padding-left: 10px; padding-right: 5px;}
/*DIV.pagecontent UL LI {margin-left:3em;} /* gets bullets out from behind left-float menu! */

A {color: #0000EE; cursor: url(http://www.pack3371.com/cursors/BALOO.cur), pointer; text-decoration: none;}
A.visited {color: #0000EE;}
/* hiding sections */
.printonly { display: none !important;}
.hidden {display: none;}
.inline {display: inline;}
