BODY	{
	background-color: #abc9fe;
}

A            {
	font-family: "Times New Roman";
	font-size: 18px;
	text-decoration: underline;
}

A:link	{
	color: Blue;
}

A:visited	{
	color: Blue;
}

A:active	{
	color: Navy;
} 

A:hover	{
	color: purple;
	background-color: #e6e6fa;
}

H1           {
	font-family: "Times New Roman";
	font-size: 28px;
	color: #7D0000;
	margin-left: 20px;
	margin-bottom: 20px;
}

H2           {
	font-family: "Times New Roman";
	font-size: 24px;
	color: #7D0000;
	margin-left: 20px;
	margin-bottom: 20px;
}

H3           {
	font-family: "Times New Roman";
	font-size: 21px;
	color: #7D0000;
	margin-left: 20px;
	margin-bottom: 20px;
}

H4           {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #7D0000;
	margin-left: 20px;
	margin-bottom: 20px;
}


TABLE {
	 background-image: url(kuvat/taivas1.jpg);
	 background-repeat: no-repeat;
	 background-color: #d8e4f8;
}

TABLE.luennot {
	margin-left: 20px; 
	background-image: none; 
	background-color: transparent;
}

P, TD, UL, LI, DL, DD, BLOCKQUOTE {
	font-family: "Times New Roman";
	font-size: 17px;
	color: black;
}

P 	{
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

LI	{
	margin-left: 0px;
	margin-right: 20px;
}

.reuna_o	{
	 border-right: 1px solid black;"
}

.valikko	{
	margin-left: 0px; 
	margin-top: 10px;
}


