@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: underline;
	color:#F70074;
}
a:hover {
	text-decoration: underline;
	color:#FE56B7;
}
a:visited {
	text-decoration: underline;
	color:#F23984;
}
a img{
	border: none;
}
body{color: #F70074; font-size: 12px;}
.content{height: 600px; width: 380px; font-family:Arial, Helvetica, sans-serif; text-align: center; overflow-y: auto; overflow-x: none;}

