body{
}	
nav{
	width:30%;
	border-bottom: 1px solid black;
	margin:1em auto 1em auto;
}
a:link{
		font-size:20px;
		color:#120ff5;
		font-weight:600;
}
a:visited{
		font-size:20px;
		color:purple;;
		font-weight:600;
}
a:hover{
		color:green;
		text-decoration:none;
}
a:active{
		color:green;
		text-decoration:none;
}
a:focus{
		color:green;
		text-decoration:none;
}
img{
	float:right;
}
.clear{
	clear:both;
}
.more a:link{
	color:blue;
	font-size:18px;
	text-decoration:none;
}
.more a:visited{
	color:purple;
	text-decoration:none;
}
.more a:hover{
	color:red;
	text-decoration:underline;
}
.more a:active{
	color:purple;
	text-decoration:none;
}
.more a:focus{
	color:green;
	text-decoration:none;
}