/*************************************
 +Containers
 *************************************/
* {

	padding: 0;
	border: none;
}

body{
	color:#000;
	font: 0.75em/120% "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	line-height:1.5;
	margin:10;
	padding:0;
	text-align:left;
}


A {text-decoration: none;}
A.hover {text-decoration: underline;}


/*************************************
 +Headline
 *************************************/
h1, h2, h3{
	font-weight:bold;
	margin:0;
}






