/* General CSS */body{	background:			#D8E5F5;	cursor:				default;	font-family:		'Verdana','Arial','Sans-serif';	font-size:			16px;}	/* Images */img{	border:				0px;}body > h1{	padding:				0px;	margin:					0px;	line-height:			18px;	font-size:				18px;	color:					#5269c1;}body > #logo{	float:					left;}body > #clear{	clear:					both;}	body .portal_link, body > .portal_link:visited	{		border:				1px solid #5269c1;		display:			block;		width:				250px;		margin-top:			35px;		font-weight:		bold;		padding:			5px;		color:				#5269c1;		background:			#b2c2ff;		-moz-box-shadow:	0px 0px 4px #5269c1;		-webkit-box-shadow:	0px 0px 4px #5269c1;		text-decoration:	none;	}		body > .portal_link:hover	{		background:			#FFF;		color:				#000;	}