/* 
 * global.css
 *
 */

/** {
	padding: 0px;
	margin: 0px;
}*/

a {
	color: #9ad307;
	text-decoration: none;
}

a:visited {
	color: #9ad307;
}

a:hover {
	color: #acec08;
	text-decoration: none;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
 	margin: 0;
	padding: 0;
}
