/* CSS Document */

body {
	font: Normal "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: ;
	color: #333333;
	background-color: #000000;
	margin: 0;
	padding: 0;
	    }
		
		.buttonbadgesbg {
	background-image: url(http://www.funkylovebunny.com/images/layout/buttonbadges.jpg);
	background-repeat: no-repeat;
	}
	    
    .nav {
            font-size: 16px;
            white-spacing: nowrap;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
color: #333333;
        }
        
            .nav a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
            }

.nav a:hover {
                color: #999999;
                font-weight: bold;
            }

        
        a {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
        }
		
		a:hover{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
        }
	    
	    .footer {
	font-size: 12px;
	color: #333333;
	    }
	    
	        #footer a {
	color: #333333;
font-size: 12px;
	        }
