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

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	letter-spacing: 1px;
}
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.yellow {
	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.dots {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	letter-spacing: 1px;
}
