@charset 'UTF-8';
/* lol wut tf r u lookin at? */
<!--
body{
background:#F5FBFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}
.spacer{
clear:both;
height:1px;
}
a{
color:#4AC5EB;
font-size:1em;
font-weight:bold;
text-decoration:none;
cursor:pointer;
}
a:link, a:visited{
color:#4AC5EB;
}
a:hover, a:active{
color:#EC2655;
}
.options{
text-align:center;
font-size:1.5em;
font-weight:bold;
}
.bye{
margin-top:1em;
margin-left:auto;
margin-right:auto;
width:500px;
padding:1em;
border:solid 2px #D12F19;
background:#FEFCFF;
}
.bye h1{
font-size:2.5em;
font-weight:bold;
padding-bottom: 5px;
}
.bye p{
font-size:0.7em;
border-top:solid 1px #D12F19;
padding-top:5px;
text-align:center;
color: #666666;
}
-->