/*
 *** amsterdam.css ***
 */
body {
    /*
     * The defaults for all components
     */
    font-family:	verdana, helvetica, sans-serif;
    font-weight:	normal;
    font-style:		normal;
    font-size:		10pt;
    color:		black;
    background-color:	#ffffff;
    margin-left:	36pt;
    margin-right:	36pt;
    margin-top:		36pt;
    margin-bottom:	36pt;
    text-align:		left;
}
/*
 * Set the link colors and suggest no underlining
 */
a:link     { text-decoration:	none; }
a:active   { text-decoration:	none; }
a:visited  { text-decoration:	none; }
a:link     { color:	brown; background-color:	transparent; }
a:active   { color:	brown; background-color:	transparent; }
a:visited  { color:	brown; background-color:	transparent; }
/*
 * The headers are sans-serif
 */
h1, h2, h3, h4, h5 {
    font-family:	verdana, helvetica, sans-serif;
    font-weight:	normal;
    font-style:		normal;
}
h1 { color:		red; background-color: #ffffff; }
h2 { color:		red; background-color: #ffffff; }
h3 { color:		red; background-color: #ffffff; }
h1 { font-size:		large; }
h2 { font-size:		large; }
h3, h4, h5 {
    font-size:		14pt;
}
h2 {
    margin-top:		15pt;
}
h3 {
    margin-top:		0pt;
    margin-bottom:	0pt;
}
p {
    font-family:	verdana, helvetica, sans-serif;
    font-weight:	normal;
    font-style:		normal;
    font-size:		10pt;
    margin-top:		5pt;
    margin-bottom:	5pt;
    text-align:		justify;
    text-indent:	0em;
}
p.c {
    text-align:		center;
}
strong {
    font-weight:	bold;
}
em {
    font-style:		italic;
}
/*
 * Credits/author line
 */
p.author {
    text-align:		center;
    font-size:		small;
    font-weight:	bold;
}
small {
    font-size:		small;
}
large {
    font-size:		large;
}
img.back {
    position:		relative;
    float:		right;
    margin-left:	0;
}
img.lang {
    position:		relative;
    float:		right;
    margin-left:	0;
}
table {
    color:		black;
    background:		#ffffff;	/* off-yellow */
    margin-left:	auto;
    margin-right:	auto;
}
td,th {
    font-family:	verdana, helvetica, sans-serif;
    font-size:		10pt;
}
td {
    #font-weight:	normal;
    #font-style:	normal;
    text-align:		center;
}
td {
    font-weight:	normal;
    font-style:		normal;
    text-align:		left;
}
th.l { text-align:	left;   }
th.r { text-align:	right;  }
th.c { text-align:	center; }
td.l { text-align:	left;   }
td.r { text-align:	right;  }
td.c { text-align:	center; }
