
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-shape: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */

/*  BODY { background: url("http://www.imath.kiev.ua/~tiit/backgrounds/mazes.jpg") } */
 
/*  BODY { background: #518a8e } */

BODY, B, I, P, TABLE, TD {background: #336666; color: #FFFFCC; link: #beef69; vlink: #ff7d20 }

TEXTAREA, TABLE, TD, TR {background: #336666; color: NavajoWhite; link: #beef69; vlink: #ff7d20 }

UL {background: #336666; color: #FFFFCC; link: #c7ffc7}

LI {color: #aeefef}

FORM { background: Peachpuff; color: black} 

 A {color: #51ff9e} 

IMG {background: #ff8241}

/* IMG { 
        color: black !important; 
        background: white !important;
      } */

A:visited, IMG:visited { color: #86cfff }

/*
ADDRESS,
      BLOCKQUOTE, 
      BODY, DD, DIV, 
      DL, DT, 
      FIELDSET, FORM,
      FRAME, FRAMESET,
      H1, H2, H3, H4, 
      H5, H6, IFRAME, 
      NOFRAMES, 
      OBJECT, OL, P, 
      UL, APPLET, 
      CENTER, DIR, 
      HR, MENU, PRE   { display: block }
*/



/* TABLE           { display: table }
      TR              { display: table-row }
      THEAD           { display: table-header-group }
      TBODY           { display: table-row-group }
      TFOOT           { display: table-footer-group }
      COL             { display: table-column }
      COLGROUP        { display: table-column-group }
      TD, TH          { display: table-cell }
      CAPTION         { display: table-caption }
      TH              { font-weight: bolder; text-align: center }
      CAPTION         { text-align: center }
*/

      I, CITE, EM,
      VAR, ADDRESS    { font-style: italic }

      PRE, TT, CODE,
      KBD, SAMP       { font-family: monospace }
      PRE             { white-space: pre }













