body {
	font-family: Calibri, sans-serif;
	font-size: 35px;
}

p {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: black;
	font-size: 35px;
}

#leftcol {
	margin-left: 300px;
	margin-right: 300px;
	height: 200px;
	width: 200px;
	background-color: gray;
	border: 1px solid #000000;
}

#leftcol:hover a {
        color: white;
        text-decoration: none;
}

#leftcol p {
	margin-top: 20px;
	margin-left: 15px;
}


#rightcol {
	margin-left: 501px;
	height: 200px;
	width: 200px;
	background-color: green;
	border: 1px solid #000000; 

}

#rightcol:hover a {
        color: white;
        text-decoration: none;
}

#leftcol:hover {
	background-color: black;
	color: white;
}

#rightcol p {
	margin-top: 130px;
	margin-left: 80px;
}

#rightcol:hover {
	color: white;
	background-color: black;
}

