@charset "utf-8";
/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.blueText {
	font-size:18px;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	color:#06C;
}

.people {
	font-size:18px;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	color:#B02F0F;
}

.date {
	font-size:14px;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	color:#06C;	
}

.title {
	font-size:14px;
	color: #06C;
	font-weight: bold;	
}

#directory {
	width: 300px;
	color: #06C;
	text-align: center;
}

#memdir a {
	color: #B02F0F;
	font-weight: bold;
}

#memdir img {
	border: 0;	
}

a:link, a:visited {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#06C;
	text-decoration:none;
	font-weight: bold;
}

a:hover, a:active {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#E39480;
	text-decoration:none;
	font-weight: bold;
}

a.whiteLink:link, a.whiteLink:visited, a.whiteLink:hover, a.whiteLink:active {
	font-size:12px;
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
