/* CSS Document */

@font-face {
    font-family: CodeLight;
    src: url('../fonts/CODELight.otf');
}

a {
	font-size:18px;
	text-decoration:none;
	color: #6501FF;
}

a:hover {
	color: #E80C7A;
}



