

/******** Link Components *********************************************************/

a {
 	text-decoration:underline;
	color:#3d4248;
}
a:hover {
	color:#9aa1a3;
}

/******** Text Components *********************************************************/


/******** Headlines *********/

h1 {
	color:#3d4248;
}
h2 {
	color:#3d4248;
}


/******** Table Components *********************************************************/

table th {
	background-color:#3d4248;
	color:#ffffff;
}

.highlight {
	color:#3d4248;
}

/******** Form Components *********************************************************/

input, select, textarea {
	border:1px solid #3d4248;
}
input.button {
	color:#3d4248;
}


