* { 
  font-family : Verdana, Arial, Helvetica, sans-serif; 
}

A:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline
}

ul{
margin-left:5px;
}

li{
list-style-type:none;
width:186px;
height:183px;
background-color:#000000;
border:none;
margin-top:4px;
}
	li .thumb
	{
	position:absolute;
	float:left;
	width:160px;
	height:120px;
	border:0;
	
	margin-top:20px;
	margin-left:14px;
	}
	
	
	li .logo
	{
	position:absolute;
	float:left;
	width:55px;
	height:56px;
	border:none;
	margin-left:65px;
	margin-top:50px;
	}
	
	
	.bgndBox
	{
	position:absolute;
	float:left;
	width:186px;
	height:183px;
	border:0;
	}
	
	
	

h1 {
	font-size: 15x;
	font-weight: bold;
	color: #AFAFFF;
	text-align: center;
}

h2 {
	font-size: 9x;
	font-weight: bold;
	color: #cc3333;
	text-align: center;
}

h3 {
  font-size: 9x;
	color: #cc3333;
	text-align: center;
}





.box  {
	font-size: 11x;
	text-align: center;
	width: 680px;
	border: 2px solid #000000;
	background: #CCCE90;
	margin: auto;
	padding: 3px;
}

.box a:link, .box strong {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 3px;
}
.box a:visited {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: purple;
	padding: 3px;
}
.box a:hover {
	font-size: 11x;
	font-weight: bold;
	text-decoration: underline;
	color: red;
	padding: 3px;
}
.thumb {  
  margin: 2px;
	border: 1px solid #000000;
}
.box strong { color:red; }

.td_preview {
	font-size: 11x;
	text-align: center;
	border: 1px solid #000000;
	background: #f0f0f0;
	margin: auto;
	padding: 3px;
}
