/* 
	Ewout & Etienne
	Main Stylesheet
	by Victor Zuydweg
	nov 2006
*/

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

/* Elements */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #555;
	background: url(/ee/logic/css/images/bg.png) left 144px repeat-x #e3e3e3;
}

p, ul, ol
{
	margin-bottom: 15px;
}

dl
{
	margin-bottom: 10px;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.2em;
	margin-top: 5px;
}

h3
{
	font-size: 1.05em;
}

span
{
	display: none;
}

img
{
	margin: 0 5px;
}

dt
{
	font-weight: bold;
	padding-left: 10px;
}

dd
{
	padding-left: 25px;
	font-style: italic;
	margin-bottom: 5px;
}

a
{
	color: #900;
	text-decoration: none;
	border-bottom: 1px dashed #900;
}	a:hover
	{
		color: #333;
		border-bottom-style: solid;
	}
	
ol
{
	padding: 20px;
}

ol li
{
	padding: 5px 10px;
}