@import "main2.css";
body
{
	/* type: text */
	/* title: body */
	color: #000000;
	font-family: Verdana;
	font-size: 15px;
}
a:link
{
	/* type: link */
	/* title: default link */
	color: #990000;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a:visited
{
	/* type: link */
	/* title: default link */
	color: #999999;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a:hover
{
	/* type: link */
	/* title: default link */
	color: #FF3333;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.for_text
{
	/* type: text */
	/* title: for_text */
	background-image: /mens_150x70.gif;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 13px;
}
