/* --------------------------------------------------------------------------------------------------
Global Layout
--------------------------------------------------------------------------------------------------*/

*, body, p, tr, td, h1, h2, h3, ul, li { margin: 0; padding: 0; }

body {
	color: #fff;
	background: #009ddd url('../images/core/bg.jpg') repeat-x 0 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}

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: 50px; }
ul.list li { font-size: 1.1em; }

a { color: #ffcc00; text-decoration: underline;}
a:hover { color: #90ba47; text-decoration: underline; }
