/* CSS Document */

body {
	background-color: #002799;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.content {
	background-image: url(images/martin_05.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.stretch {
	background-image: url(images/martin_06.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #000000;
}
h4 {
	font-size: 20px;
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
