/* evolvia-main.css */

@media print 
{
	#dontprint
	{
		   display: none;
	}
}

body
{
  background-color: white;
             color: black;
 /*      font-family: "Times New Roman", Georgia, Times, serif; */
	   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
         font-size: 12pt;

         max-width: 160mm; /* 210 minus 50 mm = 160 mm */
         min-width: 80mm;

      padding-left: 5mm;
     padding-right: 5mm;

        margin-top: 25mm;
     margin-bottom: 25mm;
       margin-left: auto;
      margin-right: auto;
}

h1, h2, h3
{
       /* font-family: Arial, Verdana, sans-serif; */
	   font-family: Verdana, Geneva, sans-serif;
}

h1
{
			  background-color: #D0D0FF;
					text-align: center;
					 font-size: 18pt;
					   padding: 2mm;
				 border-radius: 3mm;
			-moz-border-radius: 3mm; 
	 border-bottom-left-radius: 0mm;
 -moz-border-radius-bottomleft: 0mm;
	border-bottom-right-radius: 0mm;
-moz-border-radius-bottomright: 0mm;
}

h2
{
  background-color: #E0E0FF;
        text-align: left;
         font-size: 14pt;
           padding: 1mm;
	  padding-left: 2mm;
}

h3
{
        text-align: left;
         font-size: 12pt;
}

address
{
		   background-color: #D0D0FF;
				 text-align: right;
				  font-size: 10pt;
				 font-style: italic;
					padding: 1mm;
			  border-radius: 3mm;
		 -moz-border-radius: 3mm;
	 border-top-left-radius: 0mm;
 -moz-border-radius-topleft: 0mm;
	border-top-right-radius: 0mm;
-moz-border-radius-topright: 0mm;
}

p, dd
{
        text-align: justify;
}

a
{
             color: navy;
}

/* Hyperlinks */
a:link     /* unvisited link */
{
   text-decoration: underline;
}
a:visited  /* visited link */
{
   text-decoration: underline;
}
a:hover    /* mouse over link */
{
  background-color: navy;
             color: white;
   text-decoration: none;
}
a:active   /* selected link */
{
  background-color: navy;
             color: white;
   text-decoration: none;
}

/* Pre formatted source code: 10 point fixed width*/
pre
{
       font-family: "Courier New", Courier, monospace;
  background-color: #D0FFD0;
             color: black;
        text-align: left;
         font-size: 10pt;
       margin-left: 4mm;
      margin-right: 4mm;
           padding: 1mm;
	 border-radius: 3mm;
-moz-border-radius: 3mm;
}

div.navbar
{
	padding: 0mm;
	margin: 0mm;
	border-width: 0mm;
}
