/* Stylesheet for eMiT, new Paropraxica 
Font type RM Albion regular is the satanic blend*/ 
/*To be put in <head>: <link type="text/css" rel="stylesheet" href="style_emit.css">*/

	/* Sheet styles, font, headings, etc., with additional specs*/

body { 
	color: white; background: black; margin-left: 15%; margin-right: 15%; font-family: Verdana, Sans Serif;
     }

  h1 
     { 
	 font-family:  Verdana, TrajanPro-regular; font-size: 250%;  margin-top: 1.25em; margin-bottom: 0em; text-align: center;
     }

  h2 
     { 
	 margin-left: 0% ; font-family: TrajanPro-regular, Verdana; font-size: 150%; margin-top: 0.5em; margin-bottom: 0em; text-align: center; 
     }


  h3 { 
	margin-left: 35%; font-family: TrajanPro-regular,Verdana; font-size: 120%; margin-top: 3em; margin-bottom: 3em;
     }

  h4 { 
	margin-left: -10%;font-family: TrajanPro-regular,Verdana; font-size: 110%; margin-top: 1.25em; margin-bottom: 1.25em; 
     }

  h5 { 
	font-family: TrajanPro-regular,Verdana; font-size: 110%; margin-top: 1.25em; margin-bottom: 1.25em; text-align: center ;
     }
  
  h6 { 
	 font-family: Verdana; font-size: 110%; margin-top: 1.25em; margin-bottom: 1em; 
     }

  

  em { font-style: italic; text-transform: uppercase ; font-weight: bold; }
 
  strong { font-style: italic;  font-weight: bold; }

  pre { font-family: monospace; }

      
 	/* Additional tools: borders, boxes, links, colors*/

div.box { 
          margin: 1em; border: solid; border-width: thin; border-color: white; width: 100%; padding: 2em;
	}


div.outer_box { 
	  border: solid; border-width: medium; padding: 0.1em; border-color: grey; width: 100%;
	      }


div.color { 
		background: white; padding: 0.5em; border: none; font-color: black;
	  }


  :link { color: white; }  /* for unvisited links */
  :visited { color: white; } /* for visited links */
  a:active { color: white; } /* when link is clicked */
  a:hover { color: grey } /* when mouse is over link */

