/*timon oppisivujen tyyli*/

/*tausta*/

body {
	font-family: puritan;
	margin: 10px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-style: normal;
	font-weight: 400;
}

#bg {
	padding: 40px;
	background-color: #FFFFFF;
	width: 740px;
}

/*teksti tyylit*/

h1 {
	font-size: 32px;
	color: #333333;
	margin-top: 50px;
}
h2 {
	font-size: 24px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	color: #333333;
	font-weight: bold;
}
h4 {
	font-style: italic;
	font-weight: bold;
	color: #333333;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 20px;
}
p {
	margin-left: 40px;
	margin-bottom: 10px;
}
li {
	margin-left: 40px;
	margin-top: 10px;
}
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

/*muut tyyli*/

img {
	margin-top: 0px;
	margin-bottom: 5px;
}
.kuvateksti {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	font-weight: normal;
}


/* Taulukko mm. trendit osiossa */

#taulukko {
	border: 1px solid #333333;
	margin-left: 40px;
}
#taulukko td {
	padding: 5px;
	border: 1px solid #333333;
	vertical-align: top;
	width: 200px;
}
#taulukko p {
	margin: 0px;
}

/* erityiset tyylit */

.kainalo {
	padding: 10px;
	border: 1px dotted #666666;
	font-style: italic;
}
.ylaotsikko {
	font-size: 32px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}
.etusivuala {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-style: italic;
	color: #000000;
	padding-top: 10px;
	margin-top: 26px;
}
.artisti {
	font-style: italic;
	font-weight: lighter;
	color: #333333;
}
.tunnit {
	color: #999999;
}
.alleviivaus {
	text-decoration: underline;
}
.alleviivaus_extra {
	text-decoration: underline;
	color: #FF0000;
}
.eitunteja {
	color: #999999;
}
.paikkaaika {
	font-size: None;
	font-weight: normal;
}
