/* CSS for The Militant Magazine, on the 
MSO Web site, "http://werple.net.au/~militant/magazine.html"  */

/* Links */
A            { color : #105080 ; 
               font-family : arial, verdana, sans-serif; }

A:active     { color : #FF0000 ; 
               font-family : arial, verdana, sans-serif; }

A:visited    { color : #551A8B ; 
               font-family : arial, verdana, sans-serif; }

/* FORMAT OPTIONS */
/* old BODY         { background-image: url(../images/bg_mag.gif); */
BODY         { background-image: url(http://home.mira.net/~militant/images/bg_mag.gif); 
               color : #000000 ; }

P, H2, H3, H4, H5 { margin-left : 5em;
                    margin-right : 1em;
                    margin-top : 1em;
                    margin-bottom : 1em;  }     

P            { font-family : serif ;
               color : #000000 ;
               text-align : left ; 
               background-color : #FEFEFE ;
        	   padding : 0 ; }   
                
.nav_bar     { font-family : sans-serif ;
               text-align : center ;
               font-weight : bold ; }
             
H1           { font-family : sans-serif ;
               color : #000000 ;
               text-align : center;
               font-size : 1.8em ;
               margin : 2em }    
             
H2           { font-family : sans-serif ; 
               color : #660000;
               text-align : left ; 
               padding-top : 5pt ;
               font-size : 1em ;}  
 
ADDRESS      { font-family : arial, verdana, helvetica, sans serif ;
               color : #000000 ;
               font-size : 9pt ;
               font-style : italic ;
               padding-left : 10pt ; }
               
STRONG        { font-family : serif ;
                color : #000000 ;
                font-weight : bold ; }
                
EM, CITE      { font-style : italic ; }
                
/* CLASS: Special Term - use for foregin words, specialist terms, publication titles */
.specialterm { font-style : italic ; }    /* was "foreginterm" */


/* formats an Unordered List */
UL           { font-family : sans-serif ;
               color : #000000 ;
               text-align : left ; }

/* CLASS: For an introduction to an article*/
.intro       { font-family : sans-serif; 
               color : #000000; }

/* CLASS: for heading in tables */
.tableheader {  font-family : sans-serif;
                color : #FFFFFF;
                background-color: #660000;
                font-size : 1.5em; 
                font-weight : bold;
                text-align : center;
                margin : 0em;  }

/* CLASS: the "by" line to denote author of an article*/                
.byline      { font-family : sans-serif ;
               font-weight : bold ;
               font-style : italic;
               color : #000000 ;
               text-align : left ; 
        	   padding : 0 ; } 
