<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop,.rbottom,.mtop,.mbottom {
display:block;
}

.rtop .r1,.rtop .r2,.rtop .r3,.rtop .r4,.rbottom .r1,.rbottom .r2,.rbottom .r3,.rbottom .r4,.mtop .m1,.mtop .m2,.mtop .m3,.mtop .m4,.mbottom .m1,.mbottom .m2,.mbottom .m3,.mbottom .m4 {
display:block;
height:1px;
overflow:hidden;
}

.r1,.m1 {
margin:0 5px;
}

.r2,.m2 {
margin:0 3px;
}

.r3,.m3 {
margin:0 2px;
}

.rtop .r4,.rbottom .r4,.mtop .m4,.mbottom .m4 {
margin:0 1px;
height:2px;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop,.rbottom {
background:#FFF;
}

.rtop .r1,.rtop .r2,.rtop .r3,.rtop .r4,.rbottom .r1,.rbottom .r2,.rbottom .r3,.rbottom .r4 {
b//ackground:#E1E5D5; background:#EFEFEF;
}

.mtop,.mbottom {
background:#FFF;
}

.mtop .m1,.mtop .m2,.mtop .m3,.mtop .m4,.mbottom .m1,.mbottom .m2,.mbottom .m3,.mbottom .m4 {
background:#656565;
}

/* page 200 box */

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 560px;
}

.curlycontainer .innerdiv{
background: transparent url(brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}


.innerdiv h3  {
margin: 1.2em 0 .3em;
font-size: 126%;
font-family: arial,verdana,sans-serif;
color:#000;
border-bottom: 1px solid #eee;
padding-bottom: .1em;
}


img {border: 2px solid #CCC; padding: 3px;} 

hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both;}




</pre></body></html>