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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
}

a:link{
text-decoration:none;
color:#ed3e3e;
}
a:active{
text-decoration:none;
color:#ed3e3e;
}
a:visited{
text-decoration:none;
color:#ed3e3e;
}
a:hover{
text-decoration:underline;
color::#ed3e3e;
}