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

@import "common.css";
/*@import "tables.css";
@import "forms.css";
@import "navigation.css";/*

/* Elements */

*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
}

body
{
	color: #ffc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.6em;
	background: #000 url(images/lp-bg.jpg) no-repeat right bottom fixed;	
}

h1
{
	font-size: 1.6em;
	border-bottom: 1px solid #ffc;
	color: #ff6;
	padding-bottom: 2px;
	text-align: center;
}

h2
{
	font-size: 1.3em;
	color: #ff6;
}

h3
{
	font-size: 1.1em;
	color: #ff6;
}

p, h1, h2, h3, ul
{
	margin-bottom: 15px;
}

a
{
	color: #ff6;
	text-decoration: none;
	border-bottom: 1px dashed #ff6;
}	a:hover
	{
		border-bottom-style: solid;
	}