p {
  color: #1b202b;
  font-family: "Tiny5";
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  text-align: justify;
}

h1 {
  background: url("http://i1202.photobucket.com/albums/bb374/krissasaur/P-I-X-E-L-S/Stars/Stars/e12d61be161b5bba66c664a89968d673-1.gif") no-repeat scroll 0px 3px transparent;
  color: #8ECDEF;
  font-family: "Tiny5";
  font-size: 15pt;
  padding: 3px 0px 0px 25px;
  text-transform: uppercase;
}

#hr {
     border-color: #CCCCCC;
     border-style: dashed none none;
     border-width: 2px medium medium;
     margin: 21px 0px;
}

/* ########## LINKS ########## */
a:link, a:visited, a:active {
  color: #8ECDEF;
  font-family: "Tiny5";
  font-size: 12px;
  text-decoration: underline;
  text-transform: lowercase;
  border-bottom: #61b0c5 1px dotted;
}
a:hover {
     color: #888888;
}


/* ########## FONT STYLES ########## */
b, label {
    background: none repeat scroll 0 0 #FFE7ED;
    color: #FF7799;
    font-family: "Tiny5";
    font-size: 12px;
  padding: 0 5px;
}
u {
    border-bottom: 2px solid #FFFF88;
    color: #FFAA33;
}
s {
  color: #ddd;
}

i {
  color: #57bd83;
  background: #d3ffe6;
  padding: 0 5px;
}

/* ########## SELECTION ########## */
*::-moz-selection {
     background: none repeat scroll 0px 0px #a691cc;
     color: #FFFFFF;
}


textarea, input {
     border-color: #CCCCCC;
     border-style: solid;
     border-width: 1px;
     width: 440px;
    color:#888888;
     font-family: "Tiny5";
     font-size: 12px;
}

#submit {
     width: 100px;
    float:right;
color:#ff7799;
}




