/* 
	CSS Document 
	www.DeCatalpa.nl
	by Victor Zuydweg	
*/

@import "info.css";
@import "menu.css";
@import "content.css";
@import "forms.css";

/* common elements */
body {
	padding: 75px 0 0 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: url(images/bodyBG.jpg) top left;
	color: #ccc;
}

h1 {
	font-size: 1.4em;
	margin: 0;
	color: #aaa;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.2em;
	margin: 0;
	color: #bbb;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3, legend, caption {
	font-size: 1em;
	margin: 0;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #aaa;
	text-decoration: none;
}	a:hover {text-decoration: underline;}

img {
	border: none;
}