.style2 {
	font-size: 14px;
	font-weight: bold;
}

body {font-family: Arial, Helvetica, sans-serif;
	background-color:#101010;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

.bold {
	font-weight: bold;
}

a:link {
	color: #F4DB02;
	text-decoration: none;
}
a:visited {
	color: #F4DB02;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}