@media screen {

/* Set up the font families */
H1         { font-family: Helvetica, Arial, sans-serif; }
DIV        { font-family: Helvetica, Arial, sans-serif; }
P          { font-family: Times, "Times New Roman", serif; }
A          { font-family: Times, "Times New Roman", serif; }
UL         { font-family: Times, "Times New Roman", serif; }
BLOCKQUOTE { font-family: Times, "Times New Roman", serif; }

BODY      { margin-left: 2.5em;
            margin-right: 2.5em;
            text-align: justify;
            font-size: 1.0em;
            background-color: #FFDD99;
            color: black; }

A:link    { color: blue; }
A:visited { color: blue; }
A:hover   { color: red;  
            font-weight: bold; }

/* A.SMALL is used to put right aligned links in headings etc. */
A.SMALL	  { float: right; 
            font-size: medium; }

/* DIV.TOP is used at the start of the page */
DIV.TOP   { color: red;  
            font-size: 2.0em;
            font-weight: bold;
            text-align: center; }

/* DIV.VOL is used at the start of each volume */
DIV.VOL   { color: red;  
            font-size: 2.0em;
            font-weight: bold;
            text-align: center; }

/* DIV.HEAD is used to put a heading before a box */
DIV.HEAD  { color: red;  
			margin-left: 1em;
            font-size: 2.0em;
            font-weight: bold; }

/* DIV.JOU is used for the title of each journal and for headings within the box */
DIV.JOU   { color: red;
            text-align: center;
            font-size: 1.3em; }

/* DIV.SUB is used for the headings within the box */
.SUB   { color: red;
            font-size: 1.3em; 
			margin-top:25px; }
		

/* DIV.BOX creates a light blue box centered in the page */
DIV.BOX   { margin-top: 1em; 
            margin-bottom: 1em;
            margin-left: 2em; 
            margin-right: 2em;
            background-color: #D0F0E0;
            padding: 1.2em; }

/* DIV.FOOT is the last thing in the document and contains version info and contact details */
DIV.FOOT  { color: blue;
            text-align: center; }

/* P.ADDRESS is used to format addresses */
P.ADDRESS { font-weight: bold; 
            margin-left: 3em; }
               
}

@media print {
A         { display: none; }
IMG       { display: none; }
TABLE	  { display: none; }
H2.NOPRINT { display: none; }
DIV.HEAD  { font-size: medium;
            font-weight: bold; }
DIV.VOL   { font-size: medium;
            font-weight: bold; }
DIV.JOU   { font-size: small; }
DIV.SUB   { font-size: small; }
LI        { font-size: x-small; }
}

