/* CSS Document */
a
{
color:#656565;
text-decoration:none;
}

a:hover
{
color:red;
}

b, strong{font-size: 14px; font-weight: bold; color: #000000}

.main
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #656565;
	text-decoration: none;
}
.maintag
{
font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.menu
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
	}