body{
	font-size : small;
	font-family : Arial;
}
		a{
	color : #5F9EA0;
	font-weight : normal;
	font-style : normal;
	text-decoration: underline;
	font-family : Arial;
}
		a:hover{
	color : #DA1C23;
	font-weight : normal;
	font-style : normal;
	font-family : Arial;
}
		
		a:active{
	color : #FF1493;
	font-weight : normal;
	font-style : normal;
	font-family : Arial;
}

	a.head{
	color: #1487B6;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: smaller;
}
		a.head:hover{
	color: #DA1C23;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	font-family: Arial;
}
		a.head:active{
	color: #DA1C23d;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
}

.detail{
	color: Navy;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: smaller;
}
		
