/* CSS Document */

strong {
	color: #CC3333;
}
#text_area {
	font-size: 18px;
	line-height: 70px;
	padding-left: 100px;
	padding-bottom: 10px;
	padding-top: 30px;
}
#text_area a {
	color: #0000FF;
	text-decoration: none;
	background-image: url(../images/links_1.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#text_area a:hover {
	color: #0000FF;
	text-decoration: underline;
	background-image: url(../images/links_2.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	font-weight: bold;
}
