/* Stylesheet for PoPMiNE site.
    Created 26th April 2004 */
BODY {
 color: black;
 background-color: white;
 font-family : "Bookman Old Style", "Georgia", "Times New Roman", "Trebuchet MS", serif;
 font-size:12pt;
 }

H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
H1{	font-size: 16pt;}
H2{	font-size: 14pt;}
H3{	font-size: 12pt; font-weight:bold;}


#header .acro{font-size:1.2em; text-decoration:underline; font-weight:bold;
text-transform: uppercase; /*font-variant:small-caps;*/
}


/* no need to display the menu of links*/
#menu{
display:none;
}


a:link, a:visited, a:active{
  background-color: white; 
  color: #502010; 
font-weight:bold;  
text-decoration:underline;  
}

/* put url, suitably styled,  after link text (standard trick by now) */
/* this only works on CSS2 compliant browsers, it seems (and so not on IE 6.0) */
#main_content a:after {
  content: " (" attr(href) ")";
  font-family: "Trebuchet MS", Lucida, Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight:normal;
  /*font-weight:bold;*/
  text-decoration:none;
}


#footer{font-size:0.9em;}
#footer p{margin-right:1em;text-align:right;}
