@media print {
	@import url(messages.css);
	
	a {
	    color: blue;
	    font-weight: normal;
	    text-decoration: underline;
	}
	
	a:visited {
	    color: blue;
	}
	
	#header, 
	#menu, 
	#main-menu li 
	{
	    display: none;
	}
	
	#content {
	    margin: 10px !important;
	}
	
	#footer {
	    text-align: center;
	}
	
	h1 {
	    color: black;
	    text-align: center;
	}
	.user_profile .vcard .photo {
		float: right;
	}
	.vcard abbr {
		border: none;
	}
}
.user_profile .vcard .photo {
	float: right;
}
