/* andreas02 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body
{
	padding:0;
	margin:0;
	font:76% tahoma, verdana, sans-serif;
	background:#e0e0e0;
	color:#303030;
}

a
{
	text-decoration:none;
	color:#286ea0;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	margin:0 0 20px 0;
	font-size:2.1em;
	font-weight:normal;
}

h2
{
	margin:0 0 20px 0;
	font-size:1.6em;
	font-weight:normal;
}

h3
{
	margin:20px 0 10px 0;
	font-size:1.4em;
	font-weight:normal;
}

p
{
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:left;
}

