/* Stylesheet
   Andreas Kähäri
   1999-01-29 */

body {
	background-color:	#ffffdf;
	color:			#030303;
	/*font-family:		sans-serif;*/
	/*font-size:		12pt;*/
	margin-left:		5%;
	margin-right:		5%;
	margin-top:		2%;
	margin-bottom:		2%;
}

h1 {
	font-size:		2em;
}

h2 {
	font-size:		1.75em;
}

h3 {
	font-size:		1.25em;
}

h4 {
	font-size:		1em;
}

blockquote {
	text-align:		justify;
}

a:link {
	text-decoration:	none;
	color:			#3333ff;
}

a:active {
	text-decoration:	none;
	color:			#3333ff;
}

a:visited {
	text-decoration:	none;
	color:			#3300bb;
}

.floatleft {
	float:			left;
}

.floatright {
	float:			right;
}

.alignright {
	text-align:		right;
}

.note {
	color:			purple;
}

.construction {
	color:			red;
}

.clear {
	clear:			both;
}

/* Not supported by many browsers, but it should be here for completeness */
.smallcaps {
	font-variant:		small-caps;
}
