a:visited {
  	cursor: pointer;
  	text-decoration: none;
}

a:link {
  	cursor: pointer;
  	color: blue;
  	text-decoration: none;
}

div.boxImage {
  	width: 178px;
  	height: 110px;
  	margin: 0px;
  	margin-bottom: 0.4em;
  	padding: 0px;
  	border: 0px;
  	display: block;
}

div.boxFlash {
  	width: 178px;
  	height: 300px;
  	margin: 0px;
  	margin-bottom: 0.7em;
	margin-top: 0.7em;
  	padding: 0px;
  	display: block;
}

div.boxQuotes {
  	width: 178px;
  	margin: 0px;
  	padding: 0px;
  	border: 0px;
  	margin-bottom: 0.6em;
}

div.boxQuote {
  	margin: 0px;
  	margin-bottom: 0.6em;
  	padding: 2px;
  	border: 0px;
  	display: block;
}

div.quoteText {
  	color: #990033;
  	font-style: italic;
  	font-weight: normal;
  	font-family: "Verdana", sans-serif;
  	font-size: 0.7em;
  	line-height: 1.4em;
}

div.quoteCreds {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	line-height: 1.2em;
	text-align: right;
	color: black;
	font-style: normal;
}
 
div.linkQuotes {
  	text-align: center;
   	font-family: "Trebuchet MS", sans-serif;
   	font-size: 0.7em;
   	display:block;
}

div.boxRelated {
  	width: 178px;
  	margin: 0px;
  	margin-bottom: 1em;
  	padding: 0px;
  	border: 0px;
  	display: block;
}

div.titleRelated {
  	color: #990000; 
	text-align: left;
	font-weight: bolder;
	font-size: 0.7em;
	font-family: "Verdana", sans-serif;
	margin-bottom: 0.5em;
}

div.titleStats {
  	color: black; 
	text-align: left;
	font-weight: bolder;
	font-size: 0.7em;
	font-family: "Verdana", sans-serif;
	margin-bottom: 0.5em;
}

div.textRelated {
  	color: black;
  	text-align: left;
  	font-weight: normal;
  	font-size: 0.65em;
	margin-top: 0.45em;
  	font-family: "Verdana", sans-serif;
}

div.textStats {
  	color: black;
  	text-align: left;
  	font-weight: normal;
  	font-size: 0.65em;
  	font-family: "Verdana", sans-serif;
	margin-top: 0.5em;
}