@charset "UTF-8";
/* CSS Document */


/* unvisited link */
a:link {text-decoration: none;
	color:#ffffff;
	font-weight: 400;
	
	
}

/* visited link */
a:visited {
  color: #ffffff;
}

/* mouse over link */
a:hover {
    color: #00FAFF;
	font-style: oblique;
	
	
}
