/* tags.css */
/* Removes all the HTML formatting */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd 
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* - - - - End Format Clearing - - - - */
body {
	font-family: "times new roman", serif;
	font-size: 100%;
	color: #660000;
	background-color: #311A0B;
	text-align: center;
	/*background-image: url(img/stripe_bg2.gif); Regular*/
	/*background-image: url(img/v/stripe_bg.gif); Valentines*/
	background-image: url(img/e/stripe_bg.gif); /*Easter*/
}

div { margin: 0px; padding: 0px; }

p {
  font-family: "times new roman", serif;
  margin: 0px 0px 20px 0px;
}

pre {
  font-size: 100%;
}

h1 {
  font-family: arial, verdana, sans-serif;
  font-size: 175%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h2 {
  font-family: arial, verdana, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #7e0000;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: arial, verdana, sans-serif;
  font-size: 135%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h4 {
  font-family: arial, verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h5 {
  font-family: arial, verdana, sans-serif;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h6 {
  font-family: arial, verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

hr {
  background-color: #000000;
  border-style: none;
  border-color: #000000;
  color: #000000;
  height: 1px;
  margin: 5px 0px;
  margin: expression('0px');
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}