




a {
	color: Red;
	text-decoration: blink;
	list-style-image: none;
	font: bold;
	font: Elephant;
}

a:hover {
	color: black;
	font: 190%;
}
ul{
list-style-type: none;
}