/* This is a comment */

/*body {background-color: rgb(242,232,252)}*/
body {background-color: white}

h1
{
/*background-color: transparent;*/
/*color: rgb(133, 133, 235);*/
color: rgb(133, 133, 166);
font-family: Trebuchet MS;
font-style: italic
}

h2
{
/*background-color: transparent;*/
color: black;
font-family: Trebuchet MS;
font-style: italic;
font-weight: normal;
font-size: 90%;
}

h3
{
/*background-color: transparent;*/
/*color: rgb(144, 21, 144);*/
font-family: Trebuchet MS;
font-size: 100%;
}

p
{
/*background-color: transparent;*/
color: black;
font-family: Trebuchet MS;
font-size: 80%;
margin-top: 0cm;
margin-bottom: 0cm;
}

.heavy {font-weight: bold}

.notopmargin {margin-top: 0cm}
.nobottommargin {margin-bottom: 0cm}
.leftmargin {margin-left: 1cm}
.leftmargin2 {margin-left: 1.5cm}

.note {font-size: small}

.sansserif {font-family: sans-serif}

.mainfont
{
font-family: Trebuchet MS;
font-size: 80%;
}

p.bottom
{
position: fixed;
bottom: 10px;
}

.mainarea 
{
background-color:transparent;
width:85%;
/*height:250px;*/
/*height:80%;*/
overflow: auto;
margin-left: 2cm;
}

hr { height: 3px; width: 50%; background: #FF0000; }

ul.disc {list-style-type: disc}



img.floatleft
{
float: left;
/*      top left bottom right*/
margin: 0px 20px 0px 0px;
}

img.floatright
{
float: right;
margin: 0px 0px 0px 20px;
}

.top {vertical-align:text-top}
.bottom {vertical-align:text-bottom}

