body {
	font-family: "trebuchet ms", verdana, sans-serif;
/* 	font-size: 12px; */
	line-height: 1.5em;
	color: #333;
	background: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
}

p {
	margin-top: 10px;
}

h3 {
	font: bold 140% trebuchet ms, sans-serif;
	letter-spacing: 5px;
	margin-bottom: 0;
	color: #000000;
}

hr {
	color: #eee;
	background-color: #000;
	height: 2px;
}

img {
	border: 0;
	min-width: 125px;
}
header {
	text-align: center;
}
header h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #fff;
}

.main {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 60px 5px;
	background: #FFFFFF;
}

/* --- bar ---------------------------- */
.bar {
	background: #eee;
}
.bar h1 {
 	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
/* --- footer ---------------------------- */
footer {
/* 	height: 4.3rem; */
	background: #333;
	color:#ccc;
	letter-spacing: 0.4em;
	text-align: center;
}
footer a {
		color:#ccc;
		text-decoration: none;
		border-bottom: 1px solid #036;
}
footer a:hover {
		color:#ddd;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
}
/* ---( end specific tags )----------------------------- */



/*------- */
.card-img {
    height: 200px;
    overflow:hidden;
}
.card-title {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-title a {
    color:white;
    text-decoration: underline;
}
.description {
    max-width:600px;
}
table {
	border: thin solid #cccccc;
	background: #ffffff;
}

th {
	letter-spacing: 2.5px;
	background: #eeeeeee;
	color: #000000;
	text-transform: uppercase;
/* 	text-align: center; */
	border-top: thick solid #eeeeee;
	border-bottom: thin solid #cccccc;
}
