@charset "utf-8";
/* /css/global.css */

/* ---------------- global styles ---------------- */

/* GLOBAL USAGE SHARE BASED ON:
 http://en.wikipedia.org/wiki/Usage_share_of_operating_systems
 http://getclicky.com/global-marketshare-statistics

 - Windows & IE: ~88% & 50-55% respectively
 - Mac & Safari: 4-7% &  5%
 - Firefox (all): ~ 30%
 - Linux: ~2%

*/

body {
	margin: auto auto;
	padding: 10px 0 0 10px;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
	width: 980px;
	display: table;
}

body a img {
    border: none;
}

a:link, a:visited, a:hover, a:active  {
    text-decoration: none;
}


p, li {
    	font-family: 'Nimbus Sans L', Arial, Tahoma, Verdana, Sans, sans-serif;
}