/* $Id: eskola.css,v 1.11 2003/06/08 17:52:45 kkumer Exp $ */
/* CSS style-style sheet za "Fiziku svemira" */
/* kkumer@phy.hr 2000-03-28 */

BODY {background:white; color:black; text-align: justify;
      font-family:Times, serif; font-size:1.0em}

H1, H2, H3, H4, H5 {background:white; color:navy;
  font-family:Helvetica, sans-serif}


/* Formatiranje paragrafa */
.just { text-align: justify; margin-right: 1em; margin-left: 1em }
.justqa { text-align: justify; margin-right: 8em; margin-left: 3em }
.img { text-align: center; margin-right: 8em; margin-left: 8em }
/* Za citate */
.cite { text-align: justify; margin-right: 4em; margin-left: 4em;
      font-style: italic}
/* Za jednadžbe */
.eq { text-align: justify; margin-right: 1em; margin-left: 8em }

/* Ovo mi je zasad samo za naslov Hubbleovih dijagrama. Suvisno? */
.boxtit {color: navy; font-size:1.2em; font-weight: bold;
     font-family:cursive }

/* Razni fontovi: */
.emph { color: red }
.date { color: navy }
.ss { font-family: Helvetica, sans-serif; font-size:0.8em }
.micro { font-family: Times, serif; font-size: 10px; text-align: right }

/* Box: */
TABLE.out { color: black; background: navy }
TABLE.ing { color: black; background: #ececec}
TABLE.iny { color: black; background: #fffbdf}
TABLE.inw { color: black; background: white}
TD.headg { color: navy; background: #a0b8c8; font-size:1.2em;
     font-family: Helvetica, sans-serif }
TD.heady { color: navy; background: #f7e78e; font-size:1.2em;
     font-family: Helvetica, sans-serif }
TD.cap { font-size:0.8em; text-align: justify;
        font-family: Arial, Helvetica, sans-serif}
TD.capdg { color: black; background: #dcdcdc; font-size:0.8em;
     text-align: justify; font-family: Arial, Helvetica, sans-serif}
TD.capss { font-size:0.8em; text-align: justify;
     font-family: Helvetica, sans-serif }
TD.footr { color:black; background:#dcdcdc; font-size:0.8em; 
     text-align: right; font-family: Helvetica, sans-serif }


