/* paragraaf stijl */

p
{
	margin: 1.2em 0px 1.2em 0px;
}

/*
 * deze regels proberen te gissen of <p> elementen inspringen;
 * dit kan met class="indent" worden geforceerd.
 */

p.indent,
p + p,
li + p
{
	text-indent: 2em;
}

table
{
	margin: 1em auto 1em auto;
}

h1,h2,h3,h4
{
	margin: 25px 0px 10px 0px;
}


blockquote
{
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
}




address
{
	color: #888;
	clear: both;
	font-style: italic;
	font-size: smaller;
	margin-top: 30px;
	border-top: 1px dotted #888;
}


hr
{
	clear: both;
}

img
{
	border: 1px solid #777;
}

img[border="0"]
{
	border: 1px solid white;
}

.streamer
{
	width: 30%;
	padding: 2px;
	color: #0080ff;
	border-top: 4px solid #0080ff;
	border-bottom: 4px solid #0080ff;
	text-align: center;
	font-style: normal;
	font-size: larger;
	font-weight: bolder;
}

.floatright
{
	float: right;
	margin: 0px 0px 0px 1em;
}

.frame
{
	padding: 2px;
	background: #eee;
	border: 2px solid #aaa;
}


.image
{
	text-align: center;
	font-style: italic;
}

.image img
{
	display: block;
	margin: 0px auto 0px auto;
}

div#maincontents > img
{
	display: block;
	margin: .5em auto .5em auto;
}


.mailmessage
{
	font-family: monospace;
}

