* {
    font-family: Menlo; Courier New; Lucida Sans Unicode; sans-serif;

}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: lightslategrey;
    text-decoration: none;
}

a:active {
	color: lightslategrey;
	text-decoration: none;
}

img {
    margin-left: 5%;
}

div {
    margin-left: 20%;
    margin-right: 20%;
}

span {
    color: red;
    vertical-align: middle;
}
