/*the style sheet for Naith, Mervi's iSite */
body
{
	color: #000000;
	background-color: #C96;
	font-family: Times, Georgia, serif;
	position: relative;
	min-width: 567px;
	width: 50%;
	margin: auto;
	text-align: center;
}

div.kaikki { background-color: #CCC;
			width: 567px;
			position:relative; }

h1
{
	font-size: 1.5em;
	color: #fff;
	font-style: bold;
	text-transform: uppercase;
	padding: 10px 0 0 15px;
}

p.quote
{
	color: #633;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1.7em;
	background-color: #CCC;
	margin: 20px;
}


div.header
{
	background-color: inherit;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	height: 171px;
	width:567px;
}

img { padding: 7px; }

div.box
{
	background-color: #C96;
	margin: 10px;
}

p { padding: 20px; }

p.pieni { font-size: 0.7em; } 

/*linkit*/
a:link
	{ color: #003399;
	background: transparent none;
	text-decoration: underline;
	font-weight: bolder; }

a:visited 
	{ color: #660066; 
	background: transparent none; 
	text-decoration: underline; 
	font-weight: bolder; }

a:active 
	{ color: #cc6666;
	background: transparent none; 
	text-decoration: none; 
	font-weight: bolder; }

a:hover
{
	color: #ffffff;
	background: transparent none;
	text-decoration: none;
	font-weight: bolder;
	border-color: white;
	border-width: 2px;
	border-style: none none solid none;
}
