/* tei-oucs.css */

body {background: white;
	padding-right: 1em;
	padding-left: 1em; 
	}


pre {margin-left: 1em;}

h1 {	
/*	font-size: 130%; */
        font-weight: bold;
/*	font-family: Arial,Helvetica,sans-serif; */
	color: #000080;
	}
h2 {	
/*	font-size: 125%; */
        font-weight: bold;
/*	font-family: Arial,Helvetica,sans-serif; */
	color: #000080;
	}
h3 {
    	color: #000080;
/*	font-size: 120%; */
	font-family: Arial,Helvetica,sans-serif;
	}

h4 {
    	color: #000080;
/*	font-size: 110%; */
	font-family: Arial,Helvetica,sans-serif;
	}

h5 {
    	color: #000080;
/*	font-size: 100%; */
	font-family: Arial,Helvetica,sans-serif;
	}

h6 {
    	color: #000080;
/*	font-size: 100%; */
	font-style: italic;
	font-family: Arial,Helvetica,sans-serif;
	}

/*
dl  {margin-left: 3em; }
ul  {margin-left: 1em; }
ol  {margin-left: 1em; }
table  {margin-left: 1em; }
*/

     TD { 
          font-family: Times New Roman;
          font-size: small;
     } 


.subtochead { 	
	font-family: Arial,Helvetica,sans-serif;
/*	font-size: 110%; */
	font-weight: bold; 
    	color: #000080;
	}

/* div.subtoc ul { list-style: none;} */

div.subtoc {
/*        display: block; */
	font-size: 80%; 

        }

.notes {
/*        display: block; */
	font-size: 80%; 

        }


a.nolink:visited { text-decoration: none; }
a.nolink:link { text-decoration: none; }

a.subtoc:visited 
{
    color:  #000080;
/*    text-decoration: none; */
}
a.subtoc:link
{
    color:  #000080;
/*   text-decoration: none; */
}

.caption {margin-left: 2em;}
/*
a:link {color:green}
a:visited {color:blue}
 */

@media print { 
    h1,h2,h3,h4,h5,h6: { color: black;}
 }

