@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/index_01.gif);
	background-repeat:repeat-x;
	background-color:#ab9e90;
	margin:0px;
	padding:0px;
	font-family: tahoma, arial, verdana, helvetica;
	color: #f1e8de;
	font-size:12px;
	font-weight: bold;
}
#content{
	padding:15px;
	font-size:11px;
}

#welcome{
	font-size:12px;
}

#title{
	font-size:16px;
	background-color:#ffe3a6;
	color: #766656;
}

#date{
	font-size:11px;
	color: #FFC;
}

#details{
	font-size:12px;
}

#footer{
	background-color:#b4a99b;
	padding:30px;
	color:#fef0ca;
	font-size:12px;
}

a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	color:#ffffff;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
