@charset "UTF-8";
/* CSS Document */
#content li{
	display:inline;
	padding:5px;
}
li p{
	line-height:2px;
	text-align:center;
}
#content ul{
	list-style-type: none;
	display:inline;
	width:250px;
}
#content li p{
	line-height:2px;
	text-align:center;
	font-size:12px;
	padding:5px;
	margin:0px;
}
#content td{
	width:250px;
	height:300px;
	margin:5px;
}
#content p{
	
}
td p{
	text-align:center;
}
td{
	border:#333333 2px solid;
	background:url(../gfx/tdbg.png);
	background-repeat:no-repeat;
}
td a{
	border:0px;
}
td a img{
	border:1px solid #000000;
}
td a:hover img{
	border:1px solid #0033FF;
}
h2{
	font-size:13px;
	color:#FFFF00;
	text-align:center;
}
h2 a{
	font-size:13px;
	color:#FFFF00;
	text-align:center;
}
a.underlined{
	border-bottom:1px #CCCCCC dashed;
}

