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

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #F19371;
	text-decoration: underline;
}
.pink {
	color: #F19371;
	font-size: 14px;
}
.pinks {
	color: #F19371;
}
.small {
	font-size: 10px;
}

