/* indec.css   Core Style Sheet */

/* add to non linked version
	<style type="text/css">
   if linked then replace by
	<link rel=stylesheet type="text/css" href="index.css">
*/
body {
		color: #770000; /* #333333; */
		background-color: #ffddbb;
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 0.8em;	/* small x-large points px picas em ... */
		margin-right: 10%;
		margin-left: 10%;
		}
h1, h2, h3, h4, h5, h6 {	
		font-family: Arial, Times, "Times New Roman", serif;
		}
h1 {		font-size: 1.7em;
		text-align: left;	/* left right center justify */
		text-align: justify;
		}
h2 {	font-size: 1.4em;
		font-weight: normal;		/* bold normal */
		text-decoration: underline;	/* underline overline line-through blink none */
		margin-left: -10%;
		}
/*
	h1, h2 { 
			margin-left: -8%;
			}
	h3, h4, h5, h6 { 
			margin-left: -4%;
			}
a:link 	{	color: #ffe4ca;
		background-color: #8a4500;
		text-decoration: none;
*/
a:link 	{	color: blue;	}
a:active {	color: blue;
		}
a:visited {	color: blue;
		}
a:hover {	color: blue;
	/*	background-color: #ffffff; */
		text-decoration: underline;
		}
table.t0 td {
		font-family: Arial, sans-serif;
		font-size: 0.8em;
		color: ;
/*		background-color: #ffffff; */
		background-image: ; 
		font-weight: ; 
		text-align: ; 
		margin-top: 0px; 
		margin-bottom: 0px; 
		}
/* add to non linked version
    </style>
*/