//
// mcmain.css
// style definition for main frame of www.milieuchemie.org
//

A:link        {
	color: #990066;
}

A:visited		{
	color: #000000;
}

A:active        {
	color: #3366ff;
}

A:hover        {
	color: #3366ff;
}


li    {
      list-style-type: disc;
      font-type: normal;
	font-size: "100%";
      margin-top: 10px;
	margin-bottom: 10px;
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }
        
b     {
      font-weight: 900;
      }

h1    {
      color: #000000;
      text-align: center;
      font-weight: 900;
  	font-type: normal;
	font-size: "170%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

h2    {
      color: #cc0033;
      font-weight: 900;
      text-align: left;
      margin-top: 16px;
	margin-bottom: 0px;
      font-type: normal;
	font-size: "110%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;

      }

h3    {
      color: #cc0033;
      text-align: left;
      font-weight: 900;
      margin-top: 16px;
	margin-bottom: 0px;
      font-type: normal;
	font-size: "90%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

h4    {
      color: #cc0033;
      text-align: left;
	margin-top: 16px;
      margin-bottom: 0px;
	font-type: normal;
      font-weight: 600;
      font-size: "90%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

h5    {
      color: #000000;
	margin-top: 16px;
	margin-bottom: 0px;
      font-weight: 600;
      text-align: center;
      font-type: normal;
	font-size: "110%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

h6    {
      color: #000000;
      text-align: center;
	margin-top: 16px;
      font-type: normal;
	font-size: "80%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

.def  {
      color: #000000;
      font-type: normal;
	font-size: "90%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

p,ul,form,div {
      color: #000000;
      margin-top: 16px;
	margin-bottom: 16px;
      font-type: normal;
	font-size: "100%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

sub {
      color: #000000;
      margin-top: 18px;
	margin-bottom: 18px;
      font-type: normal;
	font-size: "80%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }
	  
sup {
      color: #000000;
      margin-top: 18px;
	margin-bottom: 18px;
      font-type: normal;
	font-size: "80%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      }

center,tr,td,th 	{
      color: #000000;
      margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
      font-type: normal;
	font-size: "90%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      line-height: 120%;
      }

body        {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 10px;
      background-color: #ffffaa;
	font-type: normal;
	font-size: "80%";
      font-family: "Arial", "Helvetica", "Geneva", sans-serif;
      line-height: "110%";
      }