body{
	background-color: rgb(112,128,144,0.4);
	}
.gfx{
	width: 100%;
}
.row{
	font-size: 1.5em;
}
a:link {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}
a:visited {
    color: mediumpurple;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: darkmagenta;
    background-color: transparent;
    text-decoration: none;
}