h1 
{
	padding-bottom: 15px;
	padding-top: 10px;
}


a
{
	color: red; 
}
a:hover
{
	background-color: inherit;
	color: blue;
	text-decoration: underline;
}

img
{
	border:none;
}


li a 
{
	color: #428DFF;
}

li a:hover
{
	background-color: inherit;
	color: blue;
	text-decoration: none;
}

