<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A:hover {
	color: #FF0000;
	text-decoration: none
}

A {
	color: #000000;
	text-decoration: none
}

.box {
    border: 1px solid #949494;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ddd;
    padding: 0;
}
.padbox {
    padding: 6px 16px;
}</pre></body></html>