/* Stylesheet till Joakim Rouberts hemsidor. */

body
{
	color		: rgb(0,0,0);
	background	: rgb(255,255,255)
			  top right no-repeat url(jrbckgrnd.jpg);
	padding		: 0;
	margin		: 10px 5% 10px 5%;
}

h1, h2, h3, h4, h5, p, dl, dt, dd, li, table
{
	font-family	: arial, helvetica, sans-serif;
}

p, dl, dt, dd, h4, li, table
{
	font-size	: 14px;
}

p, dl, dt, dd
{
	text-align	: left;
}

pre
{
	font-family	: "Courier New", Courier, monospace;
	white-space	: pre-wrap !important;
}

h1
{
	font-size	: 36px;
	font-weight	: bold;
	text-align	: center;
}

h2
{
	font-size	: 24px;
}

h3
{
	font-size	: 18px;
}

h4
{
	font-style	: italic;
	font-weight	: normal;
}

a:link
{
	color		: rgb(0,0,200);
	background	: transparent;
}

a:visited
{
	color		: rgb(0,0,150);
	background	: transparent;
}

address
{
	font-size	: 10px;
	text-align	: right;
}

address img
{
	border		: 0;
}

table
{
	border-collapse	: collapse;
	empty-cells	: show;
	width		: 100%;
}

td
{
	vertical-align	: top;
}

td p
{
	margin		: 1px;
}

td.year
{
	width		: 10%;
}

td.place
{
	width		: 25%;
}

td.stuff
{
	width		: 55%;
	font-weight	: bold;
}

td.descr
{
	font-style	: italic;
}

div.adsense
{
	float		: right;
}

@media print
{
	a:link, a:visited
	{
		text-decoration : none;
	}

	body
	{
		margin : 0;
	}
}

