body {

	font-family: 'Arial', Verdana, Helvetica, Sans;

}

#intro {
	
  font-family: 'Molengo', arial, serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.05em;
  word-spacing: 0em;
  line-height: 1em;

}

.popular ul li a span {
	
	font-size:18pt;

}

.newest ul li a span {
	
	font-weight: normal !important;
	font-size: 9pt;

}

.popular ul li a span { 

	font-size: 9pt;
	font-weight: bold; 

}

.newest ul li a span strong {
	
	font-weight: normal !important;
	font-size: 11pt;

}

.bottom ul li { font-size: 8pt; }

.bottom ul li a {

	font-size:10pt;

}

.bottom h3 { text-transform: uppercase; font-size:12pt; }

.input-text, textarea, select {

	font-size: 15pt;

}

h2 { font-size: 22pt; font-weight: normal; }

h3 { font-size: 16pt; font-weight: normal; }

.content {

	font-size:12pt;
	letter-spacing: 0.05em;

}

blockquote {
	
	font-style: italic;
	font-size:12pt;

}

footer {

	font-size:9pt;

}

/* ## Links ########################################## start # */

a:link, a:active, a:visited { 
	
	text-decoration: none; 
	font-weight:bold; 	
	
}

a.button:link, a.button:active, a.button:visited {

	font-weight: bold;
	font-size: 15pt;
	text-transform: uppercase;
	text-align: right;

}

.content a:link, .content a:active, .content a:visited {

	text-decoration: underline;
	font-weight: normal;

}

.content a:hover {

	text-decoration: none;

}


/* ## Links ########################################## end ### */