/* Last updated: $Date: 2008/09/04 17:01:31 $ */


body {
        margin-top:     1em;
        margin-right:   1em;
        margin-bottom:  1em;

        color:          	black;
        background-color:       white;
        background-position:    top left;
        background-attachment:  scroll;
        background-repeat:      repeat;
	background-image:       url(http://homepages.cwi.nl/~jrvosse/Images/vlak.gif) 
}

p,ul,pre {
        margin-right:   30%;
	margin-left:    15%;
}

p.me {
        margin-right:   30%;
	margin-left:    15%;
}

.menu {
	margin-right:   10%;
	margin-left:    15%;
}

h1,h2,h3,h4,h5,h6 {
	margin-left:   15%;
        background-color : transparent;
        color: black;
}


img.xfloat { border-style: none; margin-right: 35%; float: right; clear: both;}
img.lfloat { width: 13%; border-style: none; margin: 0.5%; float: left; clear: both; margin-top: 2%;}
img.rfloat { border-width: 0; float: right; }
div { clear: both; } 

a:link                { color : navy;
                        background-color : transparent;
                        text-decoration : underline; }
a.extlink             { color : #990066;
                        background-color : transparent;
                        text-decoration : underline; }
a:visited, a:active  { color : navy;
                        background-color : transparent;
                        text-decoration : underline; }

.comment {
	font-style:	italic;
        background-color : transparent;
	color:		red;
}


.clear { clear: both; }
/*	display:	none; */
