
/* tyyli2.css, a stylesheet for Carol Kaye Fan Club */
/* © Oan */

   BODY {
	background-color: #F5F5F5;
	color: #335335;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	font-weight: bolder;
	font-size: 15px;
} 
   
	.otsake {
		text-align: center;
	}
	
  A.kuva:link {
   color: #F5F5F5;
	text-decoration: none;
	border: none;
	}
  A.kuva:visited {
   color: #F5F5F5;
	text-decoration: none;
	border: none;
	
	}
  A.kuva:active {
   color: #F5F5F5;
	background-color: #F5F5F5;
	text-decoration: none;
	border: none;
		}
   A.kuva:hover {
   color: #F5F5F5;
	background-color: #F5F5F5;
	text-decoration: none;
	border: none;
	}	
	
		
  A:link {
	color: #264628;
	text-decoration: none;
	border: thin outset;
}
  A:visited {
	color: #264628;
	text-decoration: none;
   border: thin outset;
}
  A:active {
	color: Black;
	background-color: #F0FFF0;
	text-decoration: none;
   border: thin inset;
 }
  
  A:hover {
	color: Black;
	background-color: #F0FFF0;
	text-decoration: none;
	border: thin inset;
}