@charset "utf-8";
/* CSS Document */

a.dev:link, a.dev:visited{
	color: #f3f3f3;
}
 
a.dev:hover, a.dev:active{
	color: #FF9966;
}

