<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #ffffff;
}

body, td, th {
	color: #000000;
}

p {
	color: #000000;
	font-family: "Lucida Sans", Verdana, Geneva, Lucida, Arial, Helvetica, SansSerif;
	font-size: 15px;
	line-height: 1.5;
}

.yellowclick {
	color: #FFCC00;
	font-family: "Lucida Sans", Verdana, Geneva, Lucida, Arial, Helvetica, SansSerif;
	font-size: 15px;
}

h1 {
	color: #c41319;
	font-size: 24px;
	font-family: "Lucida Sans", Verdana, Geneva, Lucida, Arial, Helvetica, SansSerif;
}

h2 {
	color: #c41319;
	font-size: 24px;
	font-family: "Lucida Sans", Verdana, Geneva, Lucida, Arial, Helvetica, SansSerif;
}

h3, h4 {
	color: #CC9999;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	font-family: Lucida Sans, Verdana, Geneva, Lucida, Arial, Helvetica, SansSerif;
	font-size: 15px;
	color: #c41319;
}

a:link, a:visited {
  background-color: #c41319;
  border-radius: 10px 10px 10px 10px;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
}

a.two {
	font-family: Lucida Sans, Verdana, Geneva, Lucida, Arial, Helvetica, SansSerif;
	font-size: 15px;
	color: #c41319;
	  background-color: white;
}

a.two:link {
	color:#ff0000;
	text-decoration:none;
	background-color: white;
}

a.two:hover, a:active {
}

ul.b {
  list-style-type: square;
  color: #000000;
  font-family: "Lucida Sans", Verdana, Geneva, Lucida, Arial, Helvetica, SansSerif;
  font-size: 15px;
  line-height: 1.5;
}

form {
	background-color: #990000;
}
</pre></body></html>