@font-face {
  font-family: CC;
  src: url(cc.ttf);
}

div {
  font-family: CC;
}

p {
  text-align: center;
  text-shadow: 2px 2px 5px #4B37CA;
}

th, td {
  background: linear-gradient(to bottom, #5A2F63 0%, #8C489B 100%);
}

th, td {
  padding: 6px;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

body {
color: transparent;
background: url(rosie_plaid24.png);
height: 0%;
overflow-x: hidden;
text-align: center;
background-repeat: repeat;
background-attachment: fixed;
background-position: 0 0;
cursor: url('rosiecursor.gif'),auto;
}


#demotext {
font-family: CC;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #57C4DD;
text-shadow: 0px 3px 3px #B1E8F2;
}

header {
  font-family: CC;
  display: block;
  text-align: center;
  padding: 8px;
  background: linear-gradient(to left, #844FDE 0%, #2BA5FC 100%);
}

footer {
  font-family: CC;
  display: block;
  text-align: center;
  padding: 8px;
  background: linear-gradient(to bottom, #ffffff00 0%, #4c4686 100%);
  color: white;
}


