/*GENERAL*/

body {
	font-size: 14px;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
}


a:link, a:visited,  a:hover, a:active {
	color: gray;	
	text-decoration: none;
}



strong {
	font-weight:normal;
}

h1 {
	font-size: 2em;
}

p.back {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;
	
}

.ghost_text {
	color: #cdcdcd 
}

#shows {
	text-transform:lowercase;	
}