/* CSS Document */

<TITLE>Meltdown CSS</TITLE>.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
}
.small {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.big_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.regular_text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
}
.bold_text {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
}
a 			{ text-decoration: underline; }
		a:link		{ text-decoration:underline; cursor:hand; }
		a:hover		{ text-decoration:underline; cursor:hand; }
		a:active	{ text-decoration:underline; cursor:hand; }
body {
	background-color: #000000;

}
.small_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
}

