.FontL {
	font-size: 36px;
}
.FontM {
	font-size: 14px;
}
.FontS {
	font-size: 10px;
}
.link-style {
	border: none;
	color: #000099;

}
a{
	text-decoration:none;
	color:#0000FF;
	font-weight: bold;

}
a:hover{
	text-decoration:underline;
	color:#00FFFF;
	background:#000099;
	
}
