body {
	background: #424242;
	font-family: helvetica, arial, sans-serif;
}

.orange {
	color:#faa21b;
}

.top {
	font-weight: bold;
	font-size:16px;
	color:#faa21b;
}

.tracks {
	font-weight: normal;
	font-size:14px;
	color: #ffffff;
}

.footer {
	font-size:12px;
}

.headertext {
	font-weight: bold;
	font-size:13px;
	line-height:20px;
}

.green {
	color:#5aea06;
	font-weight: bolder;
}

.quickjump {
	color:#faa21b;
	font-weight: bolder;
	font-size:17px;
	font-style: italic;
}

a.quickjump:link, a.quickjump:visited {
	color: white;
	text-decoration : none;
	font-weight: bolder;
	font-size:17px;
	font-style: italic;
}

a.quickjump:hover, a.quickjump:active {
	color: #5aea06;
	text-decoration : none;
	font-weight: bolder;
	font-size:17px;
	font-style: italic;
}

.title {
	color:#5aea06;
	font-weight: bolder;
	font-size: 18px;
}

p {
	color:#ffffff;
	font-size:16px;
	text-align: center;
}

a:link, a:visited {
	color: #faa21b;
	text-decoration : underline;
}

a:hover, a:active {
	color: #faa21b;
	text-decoration : none;
}

hr {
	width: 100%;
	color: #ffffff;
	height: 0px;
	text-align: left; /*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	border-bottom: 1px solid white;
}
.heading{
	font-size:20px;
	color:#faa21b;
	font-weight: bold;
	width: 300px;
	float: left;
}

.right_float{
	float:right;
	text-align: center;
	margin-right: 30px;
	text-decoration:none;
}
.yellowbox{
	background-color: #FFFF99;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style1 {color: #FF0000}
.style4 {font-size: 18px}
