/*
Eero_DG.CSS - Tyylitiedosto Eero Raittisen
							 diskografian etusivun sekä single- ja kokoelmasivujen
							 muotoiluun
*/
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../kuvat/tausta15.gif);
	color : #800000;
	font-size: smaller;
	margin-left : 10px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-color : #FFE79C;
}
/* Normaalit linkit */
A:link {
	COLOR: #7F4945;
	FONT-WEIGHT: bold;
	text-decoration : underline;
}
A:active {
	COLOR: #590059;
	FONT-WEIGHT: bold;
	text-decoration : none;
}
A:visited {
	COLOR: #7F4945;
	FONT-WEIGHT: bold;
	text-decoration : underline;
}
A:Hover {
	color: #E52730;
	FONT-WEIGHT: bold;
	text-decoration : underline;
}
/* Tummalla taustalla olevat linkit */
A.valkea:link {
	color: #FFCE9C;
	FONT-WEIGHT: normal;
	font-size : small;
	text-decoration : underline;
}
A.valkea:active {
	COLOR: #FFFFE1;
	FONT-WEIGHT: normal;
	font-size : small;
	text-decoration : none;
}
A.valkea:visited {
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	font-size : small;
	text-decoration : underline;
}
A.valkea:Hover {
	color: #FFCE9C;
	FONT-WEIGHT: bold;
	font-size : small;
	text-decoration : underline;
}

/* Taulukon otsikkosolu*/
TH {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : small;
	font-weight : normal;	
	background-color : #770000;
	background-image: none;
	color : #FFFFFF;
	text-align : center;
	border : none;
}
TH.a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : medium;
	background-color : #770000;
	background-image: none;
	color : #FFFFFF;
	text-align : center;
	border : none;	
}
/* Normaalit solut */
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : small;
	background-color : White;
	background-image: none;
	color : #800000;
	padding-left : 2px;
	border : none;
	text-align : left;
}
/* Taustanväriset solut  */
TD.a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : small;
	background-color : transparent;
	background-image: url(../kuvat/tausta31.gif);	
	color : #800000;
	padding-left : 2px;	
	border : none;
	vertical-align : middle;
}
/* Biisihaku -solu */
TD.bhaku {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : small;
	background-color : #FFE0C1;
	background-image: none;
	color : #900000;
	border : none;
}
TD.loppu{
	background-image: url(../kuvat/tausta31.gif);
	padding-left : 0px;	
}
P{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: #800000;
	font-size: small;
}
LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: #800000;
	font-size: small;
	font-weight : normal;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: #800000;
	font-size: large;
	font-weight : bold;
}

