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

/* unvisited link */
a:link {
    color: #000;
	text-decoration:none;
}

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

/* mouse over link */
a:hover {
    color:#06F;
}
