@charset "utf-8";

/* CSS Document */
a:link {
	color: #FFFFB5;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FFFfc5;
	text-decoration: underline;
}
.red {
	background-color: #990000;
}
.yellow {
	background-color: #FFFFB5;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFB5;
}
.yellow_border {
	border: thin solid #FFFFB5;
	background-color: #990000;
}

