* {
}
body {
	font-family: Tahoma, Arial, Georgia;
	color: #616D5B;
	background: url(bg.gif);
	font-size: 11px;
	text-align: center;
}
#todo {
	width: 650px;
	margin: 0 auto;
}
#nav {
	background-color: #F0EBD2;
	font-size: 14px;
	cursor: default;
}
#principal {
	background-color: #F0EBD2;
	min-height: 300px;
	padding: 1px;
	cursor: default;
}
 .sectiontitle {
	color: #C8A08C;
	background-color: #F0EBD2;
	padding-bottom: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Georgia;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #DCB4A0;
	cursor: default;
}
.cardsection {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.textsection {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
}
A:link {
	color: #C8A08C;
	text-decoration: none;
	border-bottom: 2px solid #AFB9AA;
}
A:visited {
	color: #C8A08C;
	text-decoration: none;
	border-bottom: 2px solid #AFB9AA;
}
A:hover {
	color: #AFB9AA; 
	cursor: default;
	text-decoration: none;
	border-bottom: 2px solid #AFB9AA;
}
b { 
	color: #616D5B;
	font-weight: bold;
	border-bottom: 2px solid #D8DFCD;
}
u { 
	color: #DCB4A0;
	font-weight: none;
	text-transform: uppercase;
	border-bottom: 2px solid #D8DFCD;
}