/* --------------------------------------------------------------------------------------------------
Global Layout
--------------------------------------------------------------------------------------------------*/

*, body, p, tr, td, h1, h2, h3, ul, li { margin: 0; padding: 0; }

body {
	font: normal 62.5%/16px "Tahoma", Arial, Helvetica, sans-serif; 
	color: #fff;
	background: #009ddd url('../images/core/bg.jpg') repeat-x 0 0;
}

p, h1, h2, h3, ul.list { margin-bottom: 20px; text-align: left; }
p { font-size: 1.1em; }
h1 { font-size: 1.7em; line-height: 20px; color: #90ba47;}
h2 { font-size: 1.4em; line-height: 20px; color: #8adbff;}
h3 { font-size: 1.2em; color: #ff9dbe;}

ul.list { list-style: square; margin-left: 35px; }
ul.list li { font-size: 1.1em; }

a { color: #ffcc00; text-decoration: underline;}
a:hover { color: #90ba47; text-decoration: underline; }

