.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: 500;
	color: #6600CC;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	float: none;
	margin: 10px;
	padding: 20px;
	position: static;
	border-top: thin none #6600CC;
	border-right: thin none #6600CC;
	border-bottom: thin none #6600CC;
	border-left: thin none #6600CC;
	text-decoration: none;
}
a:link {
	font-family: "Chicago Medium";
	font-size: large;
	font-weight: bolder;
	color: #6600CC;
	text-decoration: none;
}
