body {
    background-color: #000000;
    font-family: "Times New Roman", Times, serif;
	    background-image: url(classic-beauty-floral-design.gif);
    background-attachment: fixed; 
}
.indexnav ul{
    font-family: Arial, Helvetica, sans-serif;
    list-style-type:none;
    margin:0;
    padding:0;
} 
.indexnav a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 3px;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
} 
.indexnav2 a{
    background-color: #cdcdcd;
}
.indexnav a:link,.indexnav a:visited{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
} 
.indexnav a:hover{
    background-color: #feffef;
    color: #000000;
    font-weight: bold;
} 
.indexheading,.indexfooter{
    background-color: #9999ff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 3px;
    width: 100%;
    border-top: 1px solid #000099;
    border-bottom: 1px solid #000099;
    font-weight: bold;
}
#indexwrapper{
    width:750px;
    margin-right:auto;
    margin-left:auto;
}
.indexauthor,#indexheadingdetails{
    float:right;
}
#badindex{
    width:300px;
    margin-top:25px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
}
