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

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 20px;
}
.text a:link,			/* Sub Style class singles out all links in .maintext class area */
.text a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.text a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
}
.border {
	border: 1px solid #CCCCCC;
}
