/*----------------------------------------------------------------------------

Paleishotel Stylesheet
Versie	: 0.1
Datum	: 21 juni 2006
Auteur	: Jeroen Hulscher
Contact	: info@7u.nl 

------------------------------------------------------------------------------*/

@import url(nav.css);
@import url(positions.css);

/* Basic and typography styles
------------------------------------------------------------------------------*/
* {
margin					: 0px;
padding					: 0px;
font-family				: Verdana, Arial, Helvetica, sans-serif;
font-size				: 12px;
}

body {
background				: #333;
}

html {
overflow				: -moz-scrollbars-vertical;
}

h1 {
color					: #CC9901;
font-family				: "Courier New", Courier, mono;
letter-spacing			: 2px;
font-size				: 22px;	
}

h2 {
color					: #CC9901;
}

h3 {
font-size				: 10px;	
}


p {
margin					: 10px 5px 0px 0px;
line-height				: 1.5em;
}
