html { overflow-x: auto; scrollbar-face-color: #780000; 
scrollbar-arrow-color: #ff9900; 
scrollbar-track-color: #330000; 
scrollbar-shadow-color: #440000; 
scrollbar-highlight-color: #9C0000; 
scrollbar-3dlight-color: #393939; 
scrollbar-darkshadow-Color: #771111;} 
.hidden_text { color: #f90 }
BODY {font-family: Times New Roman, Times, serif; font-size: 16px; margin: 0px; padding: 0px; 
text-align: center; color: #f90; background-color: #000000; }
TABLE, TR, TD { font-family: Times New Roman, Times, serif; font-size: 16px; color: #f90 }
a:link, a:visited, a:active { text-decoration: underline; color: #f00 }
a:hover { text-decoration: none; color: #f00 }
.one {	background-color: #FF9900; text-align: center; }
.two { background-color: #FF0000; text-align: center; }
a.one:link { color: #000000; text-decoration: none; }
a.one:visited { color: #000000; text-decoration: none; }
a.one:hover { color: #000000; text-decoration: none; background-color: #FF0000; }
a.one:active { color: #000000; text-decoration: none; }
.style1 { color: red;}


/*snazzy boxes, a mix of nifty corners and snazzy borders*/
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#ff9900;}
#xsnazzy h2 {font-size:2em;color:#ff9900; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#000000; border-left:1px solid #ff0000; border-right:1px solid #ff0000;}
.xb1 {margin:0 5px; background:#ff0000;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#000000; border:0 solid #ff0000; border-width:0 1px;}
/* 
modification:
#ff0000 == border;
#696868 == bg color of box;
easy!?!

usage:
<div id="xsnazzy" style="width: 500px; height: 250px;">
<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
<div class="xboxcontent">
<!--content goes here-->
</div>
<b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b>
</div>
*/

