a:link {
	color:red;
	font-weight: bold;
}
a:visited {
	color: Blue;
	font-weight:bold
}
a:hover {
	color: Fuchsia;
	text-decoration:none;
	font-weight:bold
}
a:active {
	color: Blue;
	text-decoration:none;
	font-weight:bold
}
h4 {color:green}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Green;
	text-align: center
}
td {
font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	background-color: White;
}
th {
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	background-color: Aqua;
}
.bib {
	font-size: 11px;
	background-color: rgb(193,255,255);
}
.light {background-color: rgb(193,255,255);}
strong {
	background-color: rgb(255,255,147);
	padding-left : 4px;
	padding-right : 4px;
	color : Green;
}
