/* atcl_bl.css                                                            */
/* Stylesheet for Dunn/De Mers article 2002  */
/*                                                                     */
/* Last Update March 2002/kdd                                     */

BODY {
   color: black;
   background: #BCD2EE;
   margin-left: 5%;
   margin-right: 5%;
}


H1 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #000080;
  font-family: Arial, Helvetica, Sans-Serif;
}

H2 {
  font-size: 1.25em;
  font-weight: bold;
  color: #000080;
  font-family: Arial, Helvetica, Sans-Serif;
}

H3 {
  font-size: 1.0em;
  font-weight: bold;
  color: #000080;
  font-family: Arial, Helvetica, Sans-Serif;
}


/* Margin classes */

.dirhome  {
  margin-top: 4px;
  margin-left: 15px;
}

.twobot  {
  margin-bottom: 2px;
}

.fivebot  {
  margin-bottom: 1ex;
}

.topbot  {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

/* List classes */

.morespace  {
  margin-top: 4px;
  margin-bottom: 4px;
}

.double  {
  margin-top: 15px;
}

/* Generic Centering Instruction */

/* .centerthis {*/
/*   text-align: center;*/
/* }*/

/* Generic Non-Border Image Link */

img {
  border: 0;
}

/* Table classes */

.topbar  {
  border: 0;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif; 
  padding: 6px;
}

.yellow  {
  background: #FFFFCC;
  text-align: center;

}

.ltblue  {
  background: #ADD8E6;
  text-align: center;
}

.botbar  {
  border: 1px;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif;
  padding: 1px;
	background: #F5F5F5;
}

.silver  {
  background: silver;
  font-weight: bold;
  text-align: center;

}

.top  {
  width: 90%;
}


/* Content section */

/* #content { */
/*  margin-left: 5%;*/
/*  margin-right: 5%;*/
/*}*/


/* Footer */

#footer {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: smaller;
  text-align: center;
  color: gray;
}

  
/* Add some color to the horizontal rules */

.red {
  color: #7A8B8B;
  width: 60%;
  text-align: center;
}

/* Link Colors */

A:link {
  color: #0000CC;
}

A:visited {
  color: #36648B;
}

A:active {
  color: #1C1C1C;
}

.quotedtext {
  margin-left: 15%;
  margin-right: 15%;
  }

