body {
	margin:0px;
	padding:0px;
	background-color: #fff;
	background:url(img/body_bg.gif) repeat-y;
	background-position:center;
}
td {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#A3049C;
}
.img_link {
	display:block;
	width:122px;
	height:152px;
	padding:1px;
	border:1px solid #fff;
	background-color:#69BDFF;
}
.img_link:hover {
	border:1px solid #FF0000;
}
.link1 {
	font-family:Arial, sans-serif;
	font-size:38px;
	font-weight:bold;
	color:#A3049C;
	text-decoration:none;
}
.link1:hover {
	color:#000;
	text-decoration:none;
}
.link2 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.link2:hover {
	text-decoration:underline;
}
