table{
	background-color: Blue;
	font-size : small;
	font-style : normal;
	color:white;
	font-family : Arial, Helvetica, sans-serif;
}
a:hover
{
	color: Lime;
}
a{
	color: #FF4500;
}
.flarge
{
	font-size: large;
}
.list{
	margin-left : 8px;
	list-style-image : none;
	
}