	<style type=text/css>
	
		A:Link{
	color: Red;
	font-weight: normal;
	text-decoration : none;
}
		A:Hover{
	text-decoration: underline;
	color : Red;
}
		A:Visited{
	color: #4D92D9;
	font-weight: normal;
}
		A:Active{
	color: Red;
	text-decoration:none;
}
		.text {
	font-family: Verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 12pt;
	text-align : left;
}
		.art {
	font-family: Verdana, arial, helvetica;
	font-size: 9px;
	color: #000000;
	text-decoloration: none;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
		.head {
	font-family: Verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
	text-decoloration: none;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
		.head2 {
	font-family: Verdana, arial, helvetica;
	font-size: 12px;
	color: Olive;
	text-decoloration: none;
	font-weight: bold;
	line-height: normal;
	text-align: right;
}

		#network{
	color: #4D92D9;
	font-weight : normal;
	text-decoration : none;
}
		A.network{
	color: Red;
	font-weight: normal;
	text-decoration : none;
}
		A.network:Hover{
	color: Red;
	text-decoration: underline;
}

		A.network:Active{
	color: Red;
	text-decoration:none;
}

		#update{
	color: Red;
	font-weight : normal;
	text-decoration : underline;
}
		A.update{
	color: Red;
	font-weight: normal;
	text-decoration : underline;
}
		A.update:Hover{
	color: Red;
	text-decoration: none;
}

		A.update:Active{
	color: Red;
	text-decoration:none;
}
	
	</style>
