	<style>		/* these styles are for mocpages-wide styles that go on user-generated (custom style) pages. */		.blorf { font-family: blorf; } 		.newbubble {			font-family: helvetica,arial,sans-serif; 			font-size: 11px; 			background-color: #ffc;			border: 1px solid #ff9;			padding:3px 8px;			}		.newbubble A { color: #36f; text-decoration: underline; }		.newbubble A:visited { color: #36f; text-decoration: underline; }		.newbubble A:hover { color: #F26522; text-decoration: underline; }		.message { 			font-family: helvetica,arial,sans-serif; 			font-size: 14px; 			background-color: #ffc;			border: 1px solid #fd8;			padding:15px;			margin: 10 0 20 0px;			}		.error-message { 			font-family: helvetica,arial,sans-serif; 			font-size: 14px; 			background-color: #ffc;			border: 1px solid #fc6;			padding: 15 15 15 40px;			margin: 10 0 20 0px;			background-image: url('/images/icons/16x16-bonk.gif');			background-repeat: no-repeat;			background-position: 15 15;			}	</style>