/* Basic styles for alma.ch */

body {	background: #FFFFFF; /*white*/
		color: #000000; /*black*/
		font-family: Arial, Helvetica, sans-serif;
		margin: 5%;
}

h1	{
		font-size: 1.2em;
		font-weight: bolder;
/*		text-decoration: underline;*/
		text-align: center;
		padding-top: 2em;
		padding-bottom: 1em;
}
h2	{
		font-size: 1em;
/*		text-decoration: underline;*/
		font-weight: bolder;
		text-align: left; 
}
h3	{
		font-size: 1em;
		font-weight: normal;
		text-decoration: underline;
/*		text-align: center; */
}
h4	{
		font-size: 0.8em;
		font-weight: normal;
		text-decoration: underline;
/*		text-align: center;*/
}

table, tr, td {
	font-size: 10pt;
	vertical-align: top;
}
em,
strong	{
		font-weight: bolder;
		font-style: normal;
		font-size: 1em;
	}

A:link    { color: #0000FF; background-color: #FFFFFF }    /* unvisited links blue on white */
A:visited { color: #400080;  background-color: #FFFFFF }   /* visited links dark blue/violet on white */

.footnote	{
		font-size: small;
}
.footer	{
		font-size: x-small;
		color: silver;
		background: #FFFFFF; /*white*/
}
.right {
		text-align: right;
}
