/*
Eero_Albumi.CSS - Tyylitiedosto Eero Raittisen
	 diskografian albumisivujen  muotoiluun
*/
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../kuvat/tausta15.gif);
	color : #6A3426;
	font-size: smaller;
	margin-left : 20px;
	margin-top : 20px;
	margin-bottom : 0px;
	background-color : #FFE79C;
	margin-right : 20px;
}
/* Normaalit linkit */
A:link {
	COLOR: #CA4924;
	FONT-WEIGHT: bold;
	text-decoration : underline;
}
A:active {
	COLOR: #590059;
	FONT-WEIGHT: bold;
	text-decoration : none;
}
A:visited {
	COLOR: #820000;
	FONT-WEIGHT: bold;
	text-decoration : underline;
}
A:Hover {
	color: #F70920;
	FONT-WEIGHT: bold;
	text-decoration : underline;
}
/* Taulukon otsikkosolu*/
TH {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : small;
	font-weight : normal;	
	background-color : #6A3426;
	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 : #6A3426;
	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;
}
P{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: #6A3426;
	font-size: small;
}
LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: #6A3426;
	font-size: small;
	font-weight : normal;
}

