			/*General*/
			#bloc{
                margin: 220px;
                width: 550px;
                font-size: normal;
                font-family: verdana, arial, sans-serif;   
            }

            #avatar{
                float: left;
                margin-right: 5px;
            }

			#bio{
				text-align:justify;			
			}
			

            #socialFeed{
                margin-top: 20px;
            }
           
            body 
			{
                background-color: #000000; 
   				color: #ffffff; 
			}
			
			a
			{
	color: #9e0703;
	text-decoration: none;
			}
    
            a:hover 
            {
	text-decoration: underline;
            }        
   