		body {
		    background-color: #444444; 
		    margin-left:15px;
        }		    		    
		
		.logo {
		    font-size: 25px;
		    color: #555555;
		    font-weight: bold;
		}
		
		object {
		    margin-left: -10px;
		}
		
		* {
		    font-family: Georgia; 
		    font-size: 11px; 
		    color: #999999;
            }
            
        .title{
            font-size: 14px;
            color: #FE0A60;
            font-weight: bold;
        }
        
        a, .title2 {
            text-decoration: none;
            color: #ffffff;
        }
        
        a:hover {
            text-decoration: underline;
            
            
        }
        
        ul {
            margin:0px;
            margin-left: 5px;
            text-indent: 0px;
            padding-left: 12px;
        }
        
        li {
            list-style-type: square;
            color: #FE0A60;
            margin-top: 10px;
        }
        
        li div {
            width: 300px;
            margin-left:15px;
        }
