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

body {
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
}

a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#000;
}