
a {text-decoration: none;
}

a:hover {
	color: red;
	font-style: italic;
        text-decoration:none;

}



body {
	margin: 100px 40px 10px 70px;
}
p {
	margin: 5px 50px 5px 50px;
}



#column1 {
	float:left;
	width: 50%;
}

#column2 {
	float:left;
	width: 50%;
}

div.box {
	width: 200px;
	border: 1px solid black;
	background: orange;
}