body {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
line-height: 1.2em;
margin: 20px;
}

#nav {
float: left;
}

b, 
strong {
 font-weight: 600;
}

#text {
margin-left: 120px;
}

a img {
	border: none;
}

a:link {
	color: #3300FF;
	text-decoration: none;
}

a:visited {
	color: #3300FF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #FF00FF;
	text-decoration: none;
}

a.active{
color: #000;
text-decoration: none;
}
