<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
}
code{
color: Maroon;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
}
.content {
text-align : justify;
position:absolute;
left:200px;
top:30px;
width:700;
padding:20px;
}
.image{
float:left;
margin:0 30 20 50px;
}
A {
color: blue;
text-decoration: none;
}
A:hover {
color:#32cd32;
text-decoration:underline;
}
h1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
color:red;
border-bottom:1px dotted red;
margin-top:30px;
}
</pre></body></html>