body {
	background-color: #FFF4DB;
}

.center {
	text-align: center;
}

.raami {
	border: 2px solid Black;
}

/* Otsikkotasojen määritykset */
H1
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

/* Leipis */
p, td
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}


A:link
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

A:visited
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER
{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

A:active
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}


