h1 {
	color: #FFCCcc;
	font-size: 18pt;
	font-family: "Monotype Corsiva", serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	margin-top:25px;
}

h2 { color: #FFCCcc; 
font-size: 12pt; 
font-family: "Monotype Corsiva", serif; 
font-style: italic; 
font-weight: bold; 
text-decoration: none; 
margin-top:0;  }

h3 {
	color: #ffcccc;
	font-size: large;
	font-family: "Arial narrow", "Gill Sans Condensed", "Arial Condensed", "Verdana Condensed", "Helvetica Condensed", sans-serif;
	font-weight: bold;
	word-spacing: normal;
	line-height: normal;
}

p {
	color: #FFcccc;
	font-size: medium;
	font-family: "Arial narrow", "Gill Sans Condensed", "Arial Condensed", "Verdana Condensed", "Helvetica Condensed", sans-serif;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
	line-height: normal;
	padding-left: 50px;
}

blockquote {
	font-size: medium;
	font-weight: normal;
	line-height: normal;
}

a {color: #FFccCC; text-decoration: none;} 
A:active{color: #FFFFFF; text-decoration: none; font-weight: normal;}

/* Tästä alkaa Menustylen muotoilu*/

ul{	/*Päävalikon muoto*/
	/*background: url(chromebg.gif) center center repeat-x; */
	padding: 0px 0;
	margin: 0;
	border: 0px;
	position:relative;
	top: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	width: auto;
	left: 0px;
}

ul li{
display: inline;
}

ul li a{
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
}

ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; tausta aktiivisena*/
padding: 0px 0px;
margin: 0px;
text-decoration: none;
}

ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
visibility: visible;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


a{
width: auto;
display: block;
text-indent: 12px;
border-bottom: none; 
padding: 0;
text-decoration: none;
font-weight: normal;
color: #ffcccc;
}

a:hover{ /*THEME CHANGE HERE*/
	font-weight:normal;
	color: #FFe4e4;
	background-color: #990000;
	background-image: url(images/tausta_tasa.jpg);
}
