body{background-color: #9740ff;  
    font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif; }

        a:link { color: #000033 ; text-decoration: none }
	a:visited { color: #660000 ; text-decoration: none }
	a:hover { color: #ffcc00 ; text-decoration: none }
	a:active { color: #ff0000 ;  text-decoration: none }


/* Alter the propotional width of the rounded rectangle using the margin attribute */
div#nifty{  margin: 15% 13%;background-image: url("fract_partial.png");background-repeat: no-repeat;}

/*"background" refers to the corners off the rounded corners*/
b.rtop, b.rbottom{display:block;background: #9740ff}

/*Set the top and bottom "black" background strips   */
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #000000}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
/*The top and bottom black strips can be "exploded" and the whole rectangular piece can be lowered on the page using a larger "margin" percent value  */
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/*The Flash page link will be dotted  */
.dotted {border-bottom:dotted 1px #000000;}

#bodyCenter {
    width: 950px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
