/*
	Lantaarnpalen op Texel
	Main stylesheet
	by Victor Zuydweg
	okt 2006
*/

@import "content.css";
@import "tables";
@import "forms";
@import "navigation.css";

*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #000 url(/test/logic/css/images/bg.png) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
	line-height: 1.3em;
}

h1, h2
{
	font-family: "Arial Black";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
}	h1
	{
		font-size: 1.5em;
		margin: 10px 0;
		text-align: center;
		padding-bottom: 5px;
		border-bottom: 3px solid #7f7c49;
	}
	h1:first-letter
	{
		font-size: 1.7em;
	}
	h2
	{
		font-size: 1.3em;
		margin: 10px 0 5px;
	}
	h2:first-letter
	{
		font-size: 1.45em;
	}

span
{
	display: none;
}

p
{
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}	a:hover
	{
		border-bottom: solid 2px #333;
	}