/* johnteskemusic.com css, 07/22/10 */

/*
	// color: #00B7EB;
	// color: #FF0090;
	// color: #FFEF00;
	// color: #888888;
*/

#wrapper {
	font-family: arial;
	width: 800px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32pt;
	color: #ffffff;
	padding: auto;
}

body {
	background: #000000;
	font-size: 10pt;
	color: #ffffff;
	line-height: 12pt;
	font-family: arial;
}

p { 
	padding: 5px 0px 0px 0px;
}

img {
	border: 0;
}

.comp {
	font-size: 16pt;
	color: #00B7EB;
}

.perf {
	font-size: 16pt;
	color: #FF0090;
}

.about {
	font-size: 16pt;
	color: #FFEF00;
}

.cont {
	font-size: 16pt;
	color: #888888;
}

.title {
	font-size: 16pt;
}

.subtitle {
	font-size: 12pt;
	line-height: 14pt;
}

.small {
	font-size: 8.5pt;
}

a:link, a:visited {
	text-decoration: none;
	color:#ffffff;
}

a:hover, a:active {
	text-decoration: none;
	color:#00B7EB;
}