/* LINKS */
A {text-decoration: none;  color: #FA5654}
A:hover {text-decoration: underline; color: #B4484F}

/*FONTS */

body {
	color: #b4484f;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #B4484F;
	text-decoration: none;
	line-height: 16px;
}
.contentSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #B4484F;
	text-decoration: none;
	line-height: 16px;
}

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul.nav li {
	margin-left: 10px;
	float: left;
	display: inline;
}

div.navcontainer {
	width: 600px;
	margin: auto auto;
}

table {
	background-repeat: no-repeat;
}

.nope {
	color: white;
}