/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: verdana, 2px; 
	color: #555753; 
	background: #fff; 
	margin: 0px; 
	}

table {
	width: 800px;
	height: 500px;
	border-spacing: 0px;
	
	
}

img {
	border: 0px;
}

td.linkit {
	width: 200px;
	background: url("Images/tausta.jpg"); /*Taustaväri*/
	vertical-align: top;
	
	
}

td {
	border: 1px black solid; /*reunaviivan määritys*/
	background: url("Images/tekstisivu.jpg"); /*Taustaväri*/
	vertical-align: top;
}

p.teksti { 
	font: 10pt/16pt verdana; 
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px; 
	vertical-align: top;
	
	}

p{ 
	font: 8pt/16pt verdana; 
	margin-top: 0px;

	text-align:
	
	}

h3 { 
	font: italic normal 12pt verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: Black;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: black;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: black;
	}
