/*
PEPE_ES.CSS - Tyylitiedosto Pepe Willberg etusivun muotoiluun
*/
BODY {
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: smaller;
	margin-left : 8px;
	margin-top : 0px;
	background-image: url('kuvat/pepe_tausta.gif');
	color : #004040;
	background-color : #CEF7BD
}
/* Normaalit linkit */
A:link {
	COLOR: #003100;
	text-decoration : underline;
}
A:active {
	COLOR: #003100;
	FONT-WEIGHT: bold;
	text-decoration : none;
}
A:visited {
	COLOR: #003100;
	FONT-WEIGHT: normal;
	text-decoration : underline;
}
A:Hover {
	color: #CE0000;
	text-decoration : underline;
}
/* Otsikkosolussa olevat linkit */
A.a:link {
	COLOR: White;
	text-decoration : underline;
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : medium;
	font-weight : bold;
}
A.a:active {
	COLOR: #FAEBD7;
	text-decoration : underline;
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : medium;
	font-weight : bold;
}
A.a:visited {
	COLOR: White;
	text-decoration : underline;
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : medium;
	FONT-WEIGHT: bold;
}	
A.a:Hover {
	color: #CEF7BD;
	text-decoration : underline;
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : medium;
	FONT-WEIGHT: bold;
}
/* Solut valkoisella taustalla */
TD.white {
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : small;
	color : #004040;
	background-color : White;
	text-align : left;
}
/* Solut läpinäkyvällä taustalla */
TD.transp {
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : medium;
	color : #004040;
	text-align : left;
	border: none;
}
/* Solut, joilla muodostetaan otiskkosolun värinen kehys */
TD.border{
	background-color : #004040;
	width : 1px;
}
/* Solut, joilla tehdään taustan värinen väli */
TD.wspace{
	background-color : White;
	width : 2px;
}
/* Etsi-taulukon solut */
TD.etsi {
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : 12px;
	color : #004040;
	background-color :#CEF7BD;
	text-align : left;
}
/* Etsi-taulukon solut, joilla tehdään taustan värinen väli */
TD.espace{
	background-color : #CEF7BD;
	width : 2px;
}
/* Otsikkosolut tummanvihreällä taustalla */	
TH {
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size : medium;
	background-color : #004040;
	color : White;
	font-weight: bold;
	text-align : left;
	border : none;
	height : 25px;
	vertical-align : middle;
}
P{
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color : #004040;
	font-size: small;
}
LI {
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color : #004040;
	font-size: inherit;
	font-weight : normal;
}
