
a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration:underline;
}



.headings {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	//text-align: center;
	color: #000000;
	background-color: #a0a0a0;
}

.normaltext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

.yellow {
	background-color: #FFFF00;
}
.yellowBld {
	background-color: #FFFF00;
	font-weight: bold;
}
.yellowBld18 {
	background-color: #FFFF00;
	font-weight: bold;
	font-size: 18px;
}
.yellowonred {
	font-weight: bold;
	color: #FFFF00;
	background-color: #FF0000;
}
.subHead {
	color: #000080;
	font-weight: bold;
	font-size: 18px;
}
.johnsontitle {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
}
.redbg {
	color: #FFFFFF;
	background-color: #FF0000;
}

.ordertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.testimonialname {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.testimonialheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.captiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.testimonialtext {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}
.white_on_blue {
	color: #FFFFFF;
	background-color: #0000FF;
}
.success {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF66;
	background-color: #0000FF;
}


