/* raghu.css --- CSS stylesheet for personal documents */

/*
 * N. Raghavendra <raghu@mri.ernet.in>
 * 
 * Created: 2006-07-04
 * 
 * $Id: local.css,v 1.1 2005/12/25 13:30:06 raghu Exp $
 */

/* Set the default style.  The value `justify' for the property
 * `text-align' means that the gaps between words are so adjusted that
 * the body text is aligned both to the left and to the right.
 */
body {
  margin: 2em;
  font-family: sans-serif;
  color: #000000;               /* Black */
  background-color: #FFF8DC;	/* Cornsilk */
  text-align: justify;
}

/* Define the property values for the style pseudo-classes associated
 * to links.
 */
a:link {
  background-color: transparent;
  color: #0000FF;		/* Blue */
}

a:visited {
  background-color: transparent;
  color: #8B1C62;               /* Maroon4 */
}


/* Set the style for the headings.  */
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  background-color: transparent;
  color: #104D8E;               /* DodgerBlue4 */
}

h1 {
    text-align: center;
}

h2, h3, h4, h5, h6 {
    text-align: left;
}

span.filename {
  font-family: monospace;
}

/*
 * Local Variables:
 * mode: css
 * indent-tabs-mode: nil
 * End:
 */

/* raghu.css ends here  */

