/* Thorsten Trippel 01 November 1999 */
/* eagbook2.css */
/* Stylesheets for the EAGLES 1st Supplement */
SMALL.TINY		{ font-size : xx-small }
SMALL.SCRIPTSIZE	{ font-size : xx-small }
SMALL.FOOTNOTESIZE	{ font-size : x-small  }
SMALL.SMALL		{ font-size : small    }
BIG.LARGE		{ font-size : large    }
BIG.XLARGE		{ font-size : x-large  }
BIG.XXLARGE		{ font-size : xx-large }
BIG.HUGE		{ font-size : xx-large }
BIG.XHUGE		{ font-size : xx-large }
HEADING2                { font-size: xx-large; font-family:sans-serif}

               
 BODY {background-color: #5500ff; color: #ffffff}
/* BODY {background-color: #0000CD; color: #ffffff} */
                         
/* the following rules are used for the navigation bar */
td.navigation
{background-color:#ffff00;
text-align:center;
color:#000000;
font-size:large; 
font-family:sans-serif;
font-style: normal;
/* A:link { color: red }; */
/* A:visited { color: red };*/
/* A:active {color:lime }; */
}

P.heading1
{background:#5500ff;
color: #ffffff;
padding: 1%;
font-size:x-large; 
font-family:sans-serif;
text-align:center;
width:100%}

P.heading2
{background:#5500ff;
color: #ffffff;
padding: 1%;
font-size:large; 
font-family:sans-serif;
text-align:left;
width:70%}

/* the following rules are used for the signature bar */
p.address
{background:#5500ff;
color:#ffffff;
font-size:x-small;
font-family:sans-serif;
padding: 1%;
text-align:left;
width:100%}

/* the following rules are used for the program */
P.PROGRAM
{background:#5500ff;
color: #ffffff;
padding: 1%;
text-align:center;
width:100%}

table
{background-color:#5500ff; 
color: #ffffff;  
padding: 1%;
text-align:center;
width:100%}

table.PROGRAM
{background-color:#5500ff; 
color: #ffffff;  
padding: 1%;
text-align:center;
width:100%}

TD.TITLE1
{background-color:#5500ff;
text-align:center;
color:#ffffff;
font-family:sans-serif;
font-style: normal;
font-size:large}

TD.TITLE2
{background-color:#5500ff;
text-align:center;
color:#ffffff;
font-family:sans-serif;
font-style: normal;
}

td.content
{background-color:#ffff00;
text-align:center;
color:#000000;
font-size:large; 
font-family:sans-serif;
font-style: normal;
/* A:link { color: red }; */
/* A:visited { color: red };*/
/* A:active {color:lime }; */
}

td.figurebg
{background-color:#ffffff;
text-align:center;
color:#000000;
font-size:large; 
font-family:sans-serif;
font-style: normal;

}

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { background-color:#ffffff; 
color: #000000;
font-family: "Century Schoolbook", serif; }

.MATH I  {  background-color:#ffffff; 
color: #000000;
font-family: "Century Schoolbook", serif; }
.BOLDMATH { 
font-family: "Century Schoolbook", serif; 
font-weight: bold }
/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */
span.math  {background-color:#ffffff; color: #000000;}

/* document-specific styles come next */
DIV.navigation		{   }
PRE.preform		{   }
DIV.small		{   }
DIV.quote		{   }
SPAN.textit		{ font-style: italic  }
SPAN.textbf		{ font-weight: bold  }


SPAN.arabic		{   }

