body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* Taustaväri: */
	text-align: center;
	margin-top: 2px;
}

.page {
	/* Sivun leveys: */
	width: 900px;
}

#text {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 1px;
}

#text a:link, #text a:visited, #text a:hover, #text a:active {
	text-decoration: none;
	color: #88747d;
}

#text_black {
	color: #000000;
}

#contentbox {
	border-top: 2px solid #ccc;          
	margin: 0 auto;
	text-align: left;
}

/* Menu: */

#menu {
	display: none;
}

/* Tyylit */

#content {
	width: 100%; 
	font-family: Arial, Verdana, Arial;
	font-size: 1em;
	padding-top: 1.2em;
}

#content2 {
	width: 100%; 
	font-family: Arial, Verdana, Arial;
	font-size: 1em;
	padding-top: 1.2em;
}

#content p {
	font-size: 0.9em;
}

#content2 p {
	font-size: 0.9em;
}

/* heading */

#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #88747d;
}

#content2 h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #88747d;
}


/* Linkki värit */

#content a:link {
	color: #88747d;
}

#content2 a:link {
	color: #88747d;
}

#content a:hover, #content a:active {
	color: #88747d;
	font-weight: bolder;
}

#content2 a:hover, #content2 a:active {
	color: #88747d;
	font-weight: bolder;
}

#content a:visited {
	color: #88747d;
}

#content2 a:visited {
	color: #88747d;
}

#copyright {
	font-family: Verdana, Arial;
	margin-top: 1em;
	float: left;
	border-top: 2px solid #cccccc;
	width: 100%;
	padding-top: 0.5em;
	font-size: 0.70em;
}

#copyright br {
	display: none;
}


