/* CSS Document */

body, table, tbody, tr, td, div {
			
				color: #FFFFFF;
			

			font-size: 16px;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;

}


.linksContents {
	width:733px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:100px;
	text-align:left;
	padding:20px 0px;
	border:1px solid #111111;
}

.linksContents ul {
	list-style-type: none;
	padding: 0;
	margin:0;
	clear:both;
}

.linksContents ul li {
	font-size: 12px;
	margin: 0;
	list-style-position: outside;
	float:left;
}

.linksContents li {
	list-style:none;
}

.linksContents li a {
	display: block;
	width:167px;
	height:132px;
	text-align:center;
	font-weight:bold;
	padding:1px 1px;
	margin-left:11px;
	margin-bottom:20px;
	list-style: square;
	
}

.linksContents li a:link,
.linksContents li a:visited {
	background-image:url(/static/images/thenewno2/links/bg_link_box_s.jpg);
	background-repeat:no-repeat;
}

.linksContents li a:hover,
.linksContents li a:active {
	list-style: none;
	background-image:url(/static/images/thenewno2/links/bg_link_box_on_s.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.linksContents p {
	font-size:12px;
	color:#252525;
	width:690px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	padding:10px;
	border:1px solid #2f3540;
	background-image:url(/static/images/thenewno2/links/title_link.jpg);
	clear:both;
}




