﻿body {
	background: white;
	font-size: 12pt;
}

#content p {
	color: #000000;
	font-size: 12pt;
}

#content h1, h2 {
	color: #000000;
	font-size: 15pt;
}

#content h3, h4, h5, h6 {
	color: #000000;
	font-size: 13pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/*
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
*/

/* poistetaan ylimääräiset elementit */
#masthead, #masthead2, #navigation, #navigation2, #footer {
	display: none;
}

/* Laajennetaan teksti koko leveyteen */
#container, #content {
	width: auto;
	margin-left: 1%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 0;
	border: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}
