@charset "ISO-8859-1";
@import url("http://www.iki.fi/ams/apu/common.css");

body	{
	background:	black;
	color:		white;
	font-family:	utopia, helvetica, sans-serif;
	font-weight:	bolder;
	font-size:	10pt;
	}

A	{
	text-decoration: none;
	padding:	1pt;
	border-width:	0pt 3px 0pt 3px;
	border-style:	none;
	border-color:	white;
	}
A:link, A:visited, A:active, A:link IMG, A:visited IMG	{
	color:		grey;
	}
A:hover	{
	border-style:	solid;
	border-color:	grey;
	}

P:hover A {
	background-color: #101010;
	}

div.menu {
	display:	block;
	text-align:	center;
	padding:	3px;
	margin:		10pt auto 10pt auto;
	}

div.menu a {
	padding:	3pt;
	margin:		2pt;
	}

.title	{
	font-size:	200%;
	font-variant:	small-caps;
	margin:		auto;
	text-align:	center;
	}

p.cvs	{
	font-size:	smaller;
	text-align:	left;
	border:		solid white 0px;
	border-top-width: 1px;
	padding-top:	5px;
	}

blockquote {
	background:	white;
	color:		black;
	}
