body { 
color:black;
background-color:#FFFFFF;
background-attachment:fixed;
background-repeat:no-repeat;
background-position:right bottom;
background-image:url(./_images/background2.png); 
}

H1, H2, H3, H4, H5, P, I, LI, DT, DD {font-family: calibri; font-weight: 400; text-align: left; vertical-align: text-top; letter-spacing: 0px}
H1 	{font-size: 20pt; 		margin-left: 10px; 		text-indent:10px;}
H2 	{font-size: 18px; 		margin-left: 10px;  	text-indent:10px; }
H3 	{font-size: 12pt; 		margin-left: 30px; 		text-indent:10px; }
H4 	{font-size: 12pt; 		margin-left: 40px; 		text-indent:10px; }
H5 	{font-size: 11pt; 		margin-left: 40px; 		text-indent:10px; }
P,I,LI,DT,DD {font-size: 11pt}
P,I,LI {margin-left: 50px;		text-align=justify; }
I 	{font-weight:normal;}	
DT {margin-left: 50px;}	
DD {margin-left: 70px;}	
DT {font-weight:bold;}	


div {border-style:solid; border-width:0px;}
H1 {color: #444444; background-color: #FFFFFF;}
/* H2 {color: #444444; background-color: #F5ECCE;} */
H2 {color: #222222; background-color: #EEEEEE; border-bottom: 1px solid gray;}
H3 {color: #222222; background-color: #FFFFFF; border-bottom: 1px solid gray;}
H4 {color: #222222; background-color: #FFFFFF; border-bottom: 1px solid gray;}
H5 {color: #222222; background-color: #FFFFFF; border-bottom: 1px solid gray;}
P,I,LI {color: #222222; text-align: justify; }

.proj_desc {background-color: #FFFFFF; margin-left: 2cm; font-family: courier}

.cmd {color: #FFFFFF; background-color: #000000; }
.author { font-weight: normal; }
.title { background-color: #DDDDDD; font-weight: normal; }
.titlej { background-color: #FFDDDD; font-weight: normal; }
.title, .supervisor, .publication, .date, .location { text-indent: 2cm }
.info, .supervisor, .date, .location, .publication { font-size: 8pt;  }
.info, .publication, .location {font-style: italic;}
.abstract {background-color: #DDDDDD; text-indent: 1cm; font-size: 8pt; font-family: serif}


#headermenu {
    width:880;
    height:30px;
    position:relative;
    top:0px;
    background-color: #666666;
    
}
.headermenu {
    width: 100px;
    height: 35px;
    padding-top:5px;
    display: block;
    float: left;
	text-align: center;
    text-decoration: none!important;
	
	border-style: solid;
    border-width:1px;
    border-color: #FFFFFF;
    
    font-family: calibri;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF!important;
 
    transition: all .5s ease;
}
.headermenu:hover {
    color: #000000!important;
    text-decoration: none!important;
    background-color: #FFFFFF;
}


