<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is a comment in CSS! */
body {
background-color: #304050; /*changes background color */
color: #eeeeee; /* changes main font color */
font-family: verdana,sans-serif; /* font */
font-size: 10pt;
}

p {
line-height: 13pt;
}

a{
text-decoration: underline;
font-family: verdana,sans-serif;
color: #ff8000; /* Modiefies the color of your links */
font-size: 10pt;
}

a:hover {
text-decoration: none; 
}

h1 {
font-family: times new roman,serif;
font-color: #ffffff;
letter-spacing: 2px;
margin-bottom: 20px; 
}

h2 {
font-family: times new roman,serif;
font-color: #ff8000;
letter-spacing: 1px;
word-spacing: -1px;
margin-top: 5px;
margin-bottom: 5px;
}

hr {
height: 2px;
color: #bbbbbb;
background-color: #bbbbbb;
border: 0px;
margin-left: 30px;
margin-right: 30px;
}

hr.end {
height: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

pre {
text-align: left;
}

span.footer {
font-size: small;
font-family: times new roman,serif;
}

span.italic {
font-style: italic;
}

span.sub {
vertical-align: sub;
}

span.serif {
font-family: times new roman,serif;
}

div.pictures {
text-align: center;
}

#div_zoneplate {
float: left;
width: 220px;
height: 220px;
}

#div_photodet {
float: left;
width: 260px;
height: 270px;
}

#div_pindiode {
float: left;
width: 190px;
height: 70px;
}

#div_oscope1 {
float: right;
padding-left: 20px;
height: 100px;
}


#div_oscillator {
float: left;
width: 120px;
height: 100px;
}
</pre></body></html>