<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	margin: 0px;
	padding: 0px;
	width: 100%;
    font-family:verdana,arial,sans-serif;

	}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
    color:#000000;
    background:#70736a;
}

#wholepage {
    margin: auto; /* center in viewport */
    width: 700px;
    height: 100%;
    background:#ffffff;
    padding-left:50px;
    padding-right:50px;
    padding-top:20px;
    padding-bottom:50px;
}


#pageheader {
	background-image: url(nebulologo.png);
	background-repeat: no-repeat;
	background-position: left top;
    padding-top:10px;
    padding-left: 180px;
    height: 200px;
    color: #70736a;
}
#pageheader h1 {
    color: #efb41a;
    margin-bottom: 0px;
}
#pageheader h2 {
    color: #70736a;
    margin-top: 0px;
    margin-bottom: 50px;
}
#currpage {
    color: #efb41a;
}
a {
	color: #70736a;

}
a:hover {
	text-decoration: none;
	background: #efb41a;
}

p {
    text-align:justify;
    margin-top:0;
}

.abstract {
    font-size:0.8em;
    padding-left:10%;
    padding-right:10%;
}


#content h1 {
    color: #efb41a;
    margin-top:2em;
    margin-bottom:0px;
    font-size:1.2em;
}

#content h2 {
    color: #efb41a;
    font-size:1em;
}

#content em {
    color: #efb41a;
	font-weight: bold;
    font-style:normal;
}


#pagefooter {
    margin-top: 130px;
    background-image: url(loga.png);
	background-repeat: no-repeat;
	background-position: center top;
    font-size:0.7em;
    coloer: #70736a;
    height:120px;
    width:100%;
    padding-top:80px;
    text-align:center;
}

.person {
    margin-bottom: 2em;
    clear:left;
    clear:right;
}

.inlineimg {
    vertical-align:text-bottom;
}

.floatimage {
    float:right;
    margin:10px;
}
</pre></body></html>