/*
 * babel.css --- main style sheet for babel
 *
 * Copyright © 2002 by Ernesto Rico-Schmidt <nene@sbox.tugraz.at>
 * All rights reserved.
 *
 */

body { 
  color: black;
  background: white;
  font-family: Lucida, Helvetica, Arial, sans-serif;
  margin-top : 0px; 
  margin-right : 0px; 
  margin-left : 0px;
  text-align: left;
}

a:link {
	color: #00abcd;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #00abcd;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #00abcd;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a.navigation {
	font-size: small;
}
a.navigation:hover {
	text-decoration: underline;
}

a.file {
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
a.file:hover {
	text-decoration: underline;
}

a.manifest {
	text-decoration: none;
        font-weight : normal;
}
a.manifest:hover {
	text-decoration: underline;
        font-weight : normal;
}

h1, h2, h3, h4, h5, h6 { 
	color: #80abcd;
	font-family: Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
}

div.copyright {
	font-size: x-small;
}
span.ers {
        color: #007b7b;
        font-family: Lucida, Helvetica, Arial, sans-serif;
        font-weight: bold;
}
span.works {
        color: #000000;
        font-family: Lucida, Helvetica, Arial, sans-serif;
        font-weight: bold;
}
span.lang {
	font-size: small;
}
