/* -------------------------------------------------------*/
/* profile.css
/* -------------------------------------------------------*/

@import url('global.css');

#hostbox {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 70%;
}

.hosturl {
	color: #333333;
}

.hostemailbox {
	border: 2px solid #663300;
	padding: 5px;
	width: 60%;
	margin: 20px auto;
}

/* ----------------------------------------------Print Style Modifications-------------------------------------*/

@media print {
	/*#header {display: none;}
	.hostemailbox {display: none;}*/
}
