a:link { font-family: sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #003366; text-decoration: underline; } a:visited { font-family: sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #003366; text-decoration: underline; } a:hover { font-family: sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: yellow; background-color: black; text-decoration: underline; } .regtext { font-family: sans-serif; font-size: 14px; font-style: normal; } .bigtext { font-family: sans-serif; font-size: 24px; font-style: normal; font-weight: bold; color: #A34130; } .liltext { font-family: sans-serif; font-size: 10px; font-style: normal; } .smtext { font-family: sans-serif; font-size: 12px; font-style: normal; } .special { font-family: sans-serif; font-size: 15px; font-style: normal; font-weight: bold; } .bold { font-family: sans-serif; font-size: 18px; font-style: normal; font-weight: bold; } .youthtext { font-family: sans-serif; font-size: 14px; font-style: normal; color: white; } .footer { font-family: sans-serif; font-size: 14px; font-style: normal; color: #00FFFF; } /* optional container for scroller, to provide bgColor/border */ /* div#bg { position:absolute; right:20px; top:30px; */ div#bg { position:relative; z-index:100; width:170px; height:180px; background-color:#dee7f7; border:1px solid #338 } /* scroller "window" set width, height (and clip) to match values sent to constructor */ /* div#wn { position:absolute; left:8px; top:6px; */ div#wn { position:relative; width:150px; height:160px; z-index:1; clip:rect(0, 150px, 160px, 0); overflow:hidden; } /* div#cnt { position:absolute; z-index:1; } layer that scrolls */ div#cnt { position:absolute; z-index:1; } /* layer that scrolls */ /* scroller items set width and height to match scroller "window" Be sure to set height adequate for your content! */ div#cnt div.item { width:150px; height:160px; color:#336 } /* styles for scroller content (read important instructions regarding collapsing margins!) */ div#cnt h3 { font-size:12px; margin:0 0 .5em 0 } /* div#cnt p { font-size:11px; margin:.5em 0 0 0 } */ div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:11px; } div#cnt ul li { margin: .3em 0 0 1em; list-style-type:none }