
/* tyyli.css, a stylesheet for Carol Kaye Fan Club */
/* © Oan */


   BODY 
	{
	background-color: #F5F5F5;
	color: #194638;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
	margin-top: 2%;
} 

  P {
	text-indent: 3px;
}
  P:first-letter {
	font-size: larger;
	}

  .teksti {
  	text-indent: 3px;
	}
  .teksti:first-letter {
  	font-size: larger;
  }	
		
  .korostus {
  	font-weight: bolder;
  	}
		
  .otsake {
  	text-align: center;
	font-weight: bolder;
  }
    
  .pieni {
  	text-align: center;
  	font-size: smaller;
  	}	
  	
  	
  .laina {
  	font-style: italic;
  	font-weight: normal;}
  	 
  A:link {
	color: #194638;
	text-decoration: underline;
	font-family: serif;
}
   
  A:visited {
  	color: #194638;
	text-decoration: underline;
	font-family: serif;
  } 
	
  A:hover {
	color: black;
	text-decoration: none;
	font-family: serif;
	}
	
  A:active {
  	color: black;
	text-decoration: none;
	font-family: serif;
  }
	
  A.val:link {
	color: #194638;
	text-decoration: none;
	font-family: cursive;
}
  A.val:visited {
	color: #194638;
	text-decoration: none;
	font-family: cursive;
}
  A.val:active {
	color: Black;
	text-decoration: blink;
	font-family: cursive;
	font-weight: lighter;
}
  
  A.val:hover {
	color: Black;
	text-decoration: none;
	font-family: cursive;
	font-weight: normal;
	letter-spacing: normal;
	border-bottom: thin groove;
	border-top: thin groove;
	}
	
	UL {
	list-style: none;
}
