<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 { 
 color:red;
 font-size: 60px;
 text-align: center;
}
h1:hover {
color: white;
}
body {
 color:white;
 font-size: 25px
} 
h2 {
 color: blue;
 font-size: 50px;
 text-align: center;
}
h2:hover{
color:yellow
}
table {
 border-color: red;
 }
 A:link { 
    color: red; 
   }
A:visited { 
    color: blue;
}
</pre></body></html>