/* Kappaleen muotoilut */
body
{
	background-color: #EEF5FB;
}

p
{
	color: #663300;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}

h1
{
	color: #663300;
}

h3
{
	color: #663300;
	font-size: 14pt;
}

/* Taulukon muotoilut */
table
{
	text-align: center;
	width: 65%;
	background-image: url(pink_fabric.gif);
}

/* Peruslinkin muotoilut */
a
{
	color: #663300;
	border-width: 0pt;
	background-color: transparent;
}

/* Aktiivisen linkin muotoilut */
a:active
{
	color: #663300;
	background-color: silver;
}

/* Hiiru linkin päällä */
a:hover			
{
	color: navy;
	background: silver;
}

.listat
{
	text-align: left;
	color: navy;
}

.isot
{
	font-size: 12pt;
}