.content {
  font: normal 14px/1.5 px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
  color: #666666;
  text-decoration: none;
}
.content a:link {
	color: #666666;
}
.content a:hover {
	color: #3399FF;
}
.content a:visited {
	color: #999999;
}

.title {
  font: bolder 20px/45px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
  color: #3A2F26;
  }
.title a:link {
  color: #3A2F26;
  text-decoration:none;
}
.title a:hover {
  color: #3A2F26;
  text-decoration:underline;
}
.title a:visited {
  color: #3A2F26;
  text-decoration:none;
}

.subtitle {
	font: 400 10px 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	color:#999999;
	text-transform: uppercase;
  }
.bkgrndcolor {
	background-color: #000000;
}
