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

a:link {
	color: #FFF;
	text-decoration:none;
}

a:visited {
	color: #0FF;
	text-decoration: none;
}
a:hover,                             
/**on mouseover, click and focus**/
a:active,
a:focus {
	text-decoration:none;
	color: #FC0;	 /*color is violet */
}
.home-color {
	font-family: Arial, Helvetica, sans-serif;
	color: #336;
	background-color: #663;
}
