
a:link { 
	color: red; text-decoration: underline;
}
a:visited {
	color: red; text-decoration: underline;
}
a:active {
	color: red; text-decoration: underline;
}
a:hover {
	color: red; text-decoration: underline;
}



thead a:link { 
	color: black; text-decoration: none;
}
thead a:visited {
	color: black; text-decoration: none;
}
thead a:active {
	color: black; text-decoration: none;
}
thead a:hover {
	color: black; text-decoration: none;
}

body {
	font-family: Arial; 
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#address {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#content {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}


tr.productline  {
	color: black;
}

tr.illuminated  {
	color: red;
	cursor: hand;
}

#results {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#results caption {
	margin-bottom: 15px;
	font-size: 12px;
	color: red;
}

#results td {
	border-collapse: collapse;
}

#legend {
	color: black;
	background-color: red;
}


#products {
	overflow: auto;
}

#c_type {
	background-color: #d6d1d1;
}

#c_industry {
	background-color: #d6d1d1;
}

#c_problem {
	background-color: #d6d1d1;
}
	
#footer {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 12px;
}


#blurb table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}


#verbage {
	font-weight: bold;
}

#verbage .bigblack {
	font-size: 20px;
}

#verbage .bigred {
	font-size: 20px;
	color: red;
}

#verbage .littlered {
	font-size: 12px;
	color: red;
} 

select {
	border: #000000;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 30px;
	border-left-width: 3px;
	border-right-width: 3px;
	width: 200px;
}


