body {
	background: #38610B;
	margin: 20%;
	font-size: 50px;
	color: #000000;
	text-align: center;
	font-family: "Courier New", "monospace";	
}

a {
	color:#B40404;
	font-weight: bold;
	background:transparent;
	text-decoration:none;
}

a:visited {
	color:#B40404;
	background:transparent;
	text-decoration:none;
}

a:hover {
	color:#B40404;
	background:transparent;
	text-decoration:underline;

/*a:active {
	font-size: 200px;
	color:#B40404;
	background:transparent;
	text-decoration:none;
}*/

div.img {
	padding: 90px;
}