/*
Cascading style sheet for WEREPUPPY.co.uk
Author: Heather Bradder
*/

body {
  background-attachment: fixed;
  background-color: MidnightBlue;
  background-image: none;
  background-repeat: repeat-y;
  color: #000000;
  font-family: "arial unicode MS", arial, sans-serif;
  margin-left: 50px;
  text-align: center;
}
b {
	color: #FFCC66;
}
h1 {
	background-color: PowderBlue;
	color: Snow;
	text-align: center;
	font-style: italic;
	border-color: SkyBlue Snow;
	font-size: 25pt;
	margin-left: 70px;
	margin-right: 70px;
; border-style: solid; border-right-width: thick; border-left-width: thick; font-family: "Matisse ITC", Pristina, "Monotype Corsiva"
}
h2 {
	color: Snow;
	text-align: center;
	font-size: 16px;
; font-family: Arial
}
h3 {
	color: Navy;
	text-align: center;
	font-size: 13px;
; font-family: Arial
}
h4 {
	color: Navy;
	text-align: center;
	font-size: 8pt;
; font-family: "Monotype Corsiva"; font-variant: small-caps
}
h5 {
	color: Navy;
	text-align: center;
	font-size: 12px;
}
table {
	background-color: SteelBlue;
	border: 0;
	align: center;
}
td.sides {
	background-color: #330000;
}
td.border {
	background-color: #660000;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
img.noborder {
  border: 0;
  border-style: hidden;
}
img.button {
  border: 0;
  width: 80px;
  height: 15px;
}
span.free {
  background-color: #fbfbfb;
  color: #ff0000;
}
.selected {
  font-variant: small-caps;
}
.footer {
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  text-align: center;
}
img { 
  border: 0px; 
}
