
/*

              MPSD blue: rgb(41,98,144)
              MPSD light grey (rgb(238,238,238))
              MPSD dark grey (rpb(119,119,119))

              # use darker blue  for visited links
              # (based on MPSD logo blue, but darker)
              MPSD dark blue: rgb(25,60,89115,146,182)

*/

/* p.headertitle {
color:#999999;
font-size:1.2em;
}

a.image-reference:visited {
   color: #999999;
} */




p, td, th, li {
    font-family: 'Roboto', sans-serif; Gill, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #000000;
}


body {
        background-color: #FFFFFF;
        /* background-image: url('images/backg.gif'); */
        background-repeat: repeat-x
}

body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
  	font-family: Verdana,Tahoma, Arial,sans-serif;
}


.maincontent {
	vertical-align: top;
	margin-right: 10px;   /* what does this do?*/
	margin-top: 0px;
  a:link{ color: rgb(255,0,0);}
}


.secondnav {
	border: 1px solid #000066;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000066;
	background-color: #EDEAFB;
	vertical-align: top;

}


h1 {
    /* font-family: "Verdana", sans-serif;*/
    font-family: "Merriweather"; serif;
    color: rgb(60,60,60);
       font-size: 26px;
       font-weight: bold;
       line-height: 22pt;
 }

h2 {
	  /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
  font-family: "Merriweather"; serif;
	font-size: 18px;
	font-weight: bold;
  color: rgb(119,119,119);
}

h3 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: bold;
  color: rgb(119,119,119);
}

h4 {
	/* font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
    /*
	color: #666699;
       */
        	color  #000066;
          color: rgb(119,119,119);
}


.navtitle {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
        background-color: #7777AA;
        text-align: center;
}

/*
   a.nav:link { color: rgb(0,255,0);}
a.nav:visited {color:#FFFFFF;}
a.nav:hover { color:#FFFFFF; }
   */








.footer {
       font-family: Verdana,Arial, Helvetica, sans-serif;
       font-size: 9px;
       font-weight: bolder;
       /* color: #FFFFFF;
       color: #444444;*/
       color: rgb(29,29,27);
    #       background-color: #000058;
}



/* inspired from Juergen's webpage */


blockquote {
    color: #000033;
    background-color: rgb(230,231,232);
/*    width: 400px; */
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:5px;
}


<style type="text/css">
A:active {text-decoration: none;}
A:link {text-decoration: underline; color: rgb(41,98,144);}
A:hover {text-decoration: none; color: black;}
A:hover {color: rgb(41,98,144));}
A:visited {text-decoration: underline; color: rgb(0,0,0);}
</style>


a.std:link {text-decoration: underline; color:rgb(41,98,144);}
a.std:visited {text-decoration: underline; color: rgb(0,0,0);}
a.std:hover {color: rgb(41,98,144);}
/* a.std:hover {color: rgb(0,0,0);}*/
