@import url('/css/blueprint/screen.css');
@import url('/css/pages/configurator.css');

body {
	color: #000000;	
	font-family: tahoma,verdana;	
}	


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

a {
	color: #F39B06;
}

a:hover {
	/*text-decoration: none;*/
}