@charset "UTF-8";
/* CSS Document */

.links {
	color: #FF00FF;
	font-size: .85em;
	font-style:italic;
	}
.links a {
	font-size: small;
	color: #000000;
}
.links a:link {
	text-decoration: none;
}
.links a:visited {
	text-decoration: none;
}
.links a:hover {
	text-decoration: none;
	color: #FF00FF;
}
.links a:active {
	text-decoration: none;
}


.small {
	font-size: .8em;
		color: #666;

	}
	
.small a {	
	display:inline-block;
	text-decoration:none;
	color:#FF00FF;
	}

.small a:hover {
	color: #FF00FF;
	}	
		
	

.large {
	font-variant:small-caps;
	font-weight:bolder;
	padding-bottom:2px;
	}
	
.large a {
	display:inline-block;
	color:#000;
	text-decoration:none;
	}
	
.large a:hover {
	color:#ff00ff;
	}	
		

.smallcaps {
	font-variant:small-caps;
	color: #000;
	}

.smallcaps a {
	display:inline-block;
	text-decoration:none;
	font-size: small;
	color: #666;
	}
	

#teamlinks .smallcaps a {
	display:inline-block;
	text-decoration:none;
	font-size:x-small;
	color: #000;
	}	

.smallcaps a:hover {
	color: #FF00FF;
	}

.reviewimage {
	width:50px;
	height:50px;
	}
.reviewtitle {
	width:117px;
	height:50px;
	padding-left:5px;
	color:#000px;
	}	
	
	
	
.more {
	font-size:1em;
	font-style:italic;
	color: #FF00FF;
	}

.more a {
	display:inline-block;
	text-decoration:none;
	font-size: small;
	}

.more a:hover{ 
	color:#666;
	}	
	
.smallbody {
	font-size:x-small;
	color: #000;
	line-height:1.4em;
	}	
	
	
.italic {
	font-style:italic;
	}
.smallcapsbold {
	font-variant:small-caps;
	font-weight:bolder;
	}
	
.fullarticle {
	width:480px;
	margin:0px 10px 10px 17px;
	padding-top:10px;
	padding-bottom:10px;
	}	
.fullarticle p{
	margin-bottom:10px;
	}	
	
.bold {
	font-weight:bolder;
	}
.reviewtitle a{
	color: #000;
	}	
.reviewtitle a span.smallcaps:hover{
	color: #FF00FF;
	}	
	
.articletable tr{
	width:240px;
	}		
	
#page {
	width:1024px;
	min-height:1368px;
	margin:30px auto;
	}		