/*
	Martian style sheet
	William Albert Wilkinson
	Updated 28 January 2005
*/


/* Special heading layout.
*/
h1 {
  font-family: serif;
  font-size: 36pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: none;
  color: red;
}

/* Drop shadow.
*/
#title {
 font: bold 60px "Times New Roman", Georgia, Times, serif; 
 position: relative;
 top: 5px;
 left: 5px;
}
#text {
 color: #ff0000;
 position: relative;
 z-index: 2;
 top: 0;
 left: 0;
}
#shadow {
 color: #f08080;
 position: absolute;
 z-index: 1;
 top: -4px;
 left: -4px;
}


/* General
*/

body {
 background-color: #ffbb99;
 background-image: url(images/pig.jpg);
 background-repeat: repeat;
 background-attachment: fixed;
 color: black;
 font-weight: bold;
}

hr {height: 3px; background: red}

