<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;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#Button1
{
   box-sizing: border-box;
   line-height: 56px;
   text-decoration: none;
   vertical-align: top;
   border-top-width: 2px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 2px;
   border-top-style: double;
   border-right-style: double;
   border-bottom-style: double;
   border-left-style: double;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: rgba(105,65,85,0.20);
   background-image: none;
   color: #FFFFFF;
   box-shadow: 3px 3px 8px #7F7F7F;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
   -webkit-animation: twister-up-in 1000ms linear 0ms 1 normal both;
   animation: twister-up-in 1000ms linear 0ms 1 normal both;
}
#Button1:hover
{
   background-color: rgba(85,120,62,0.20);
   box-shadow: 3px 8px 89px 0px rgba(198,46,167,0.75);
   -webkit-transition: background-color 500ms linear 0ms, box-shadow 500ms linear 0ms;
   transition: background-color 500ms linear 0ms, box-shadow 500ms linear 0ms;
}
</pre></body></html>