/* Style sheet for ExReps */

BODY 	{font: 10pt Arial, sans-serif;
	     color: black;
         background-attachment: fixed; 
         background-image: url("http://www.exreps.com/images/backgroundNews.jpg");
	     margin-top: 2;
	     margin-bottom: 2;
	 	}
	 	
/* default paragraph */
p 	{font: 10pt Arial, sans-serif;
	 color: black;
	 margin-top: 2;
	 margin-bottom: 2;
	  }

.roster {font: 10pt Arial;
	 	font-weight: bold;
	 	color: black;
	 	}

/* default links  cross hairs */

A:link {COLOR: Blue
	}
A:visited {COLOR: Black
          }
A:active {COLOR: #666666; 
	  TEXT-DECORATION: none
	  }
A:hover {COLOR: Red; 
	 cursor: crosshair;
    text-decoration: overline;
	 }
/* default headlines */
H1	{font: 12pt Arial;
	 font-weight: bold;
	 color: black;
	 margin-top: 6;
	 margin-bottom: 6;
	}
H2	{font: 12pt Arial;
	 font-weight: bold;
	 color: black;
	 margin-top: 2;
	 margin-bottom: 2;
	}
H3	{font: 10pt Arial;
	 color: black;
	 font-weight: bold;
	 margin-top: 2;
	 margin-bottom: 2;
	}
	}
H4	{font: 10pt Arial;
	 color: black;
	 margin-top: 2;
	 margin-bottom: 2;
	}
li	{margin-top: 0;
	margin-bottom: 0;
	}
ul	{margin-top: 0;
	margin-bottom: 0;
	}

/* default classes */
.stretch	{letter-spacing: 0.25em}
.indent {text-indent: 15}
	 
.spacing {margin-top: 0;
			margin-bottom: 0;
			}