/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFD7AB;
        color: #000000;
}

A:link {
  color: #FFFFFF;
}

A:hover {
  color: #FFFFFF;
}

A:visited {
  color: #FFFFFF;
}

A.top1:link {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

A.top1:hover {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.fr1:link {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #D2824A;
	text-decoration: underline;
}

A.fr1:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #DA986B;
	text-decoration: none;
}

A.fr1:visited {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #D2824A;
	text-decoration: underline;
}

A.archive:link {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #D2824A;
	text-decoration: underline;
}

A.archive:hover {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #DA986B;
	text-decoration: none;
}

A.archive:visited {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #D2824A;
	text-decoration: underline;
}

.bottomtext {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

#archive {
        font-family: tahoma;	
        font-size: 15px;
        color: #000000;
}