/* background color */
body {
	background-color:#ffffff;
	}
	
/* text font */
div.txt {
	font-size:14px;
	color: #dc143c;
}

/* about link */
/* link */
a:link {
	color:#ff3399;
	text-decoration:none;
	font-size:14px;
}

/* visited */
a:visited {
	color:#0000FF;
	text-decoration:none;
	font-size:14px;
}

/* mouse over */
a:hover {
	color:#999999;
	text-decoration:none;
	font-size:14px;
}

/* link for img */
/* link */
a img {
	border:1;
	color:#ffffff;
}

/* mouseover */
a:hover img{
	color:#aa0000;
}

/* active */
a:active img{
	color:#0000aa;
}

/* about table */
table.style{
	border:none;
}

/* for index */
td.index{
	width:200px;
	border:none;
	text-align:center;
}

/* for mainmenu */
td.menu{
	width:240px;
	border:none;
	text-align:center;
}

/* for gallery */
td.gallery{
	width:150px;
	height:150px;
	border:none;
	text-align:center;
	vertical-align:middle;
}
