  body {
		font-family:arial,helvetica,sans-serif;
		font-size:18px;
                /* color: red;
                   a:link {color: purple;}
                   a:visited {color: green;}
                   a:hover {color: black;} */
                color: black;
        } 

#wrapper {
		/* width:1600px; */
                width:relative;
                height:relative;
		margin:0px auto;
		border:10px solid red;
		padding:10px;
	}
  #header {
		border:2px solid red;
		height:300px;
		padding:10px;
                background-image:url("svdp_header.jpg");
                /* opacity: 0.5;
                 background-image:url("PVR_panoramic_2.jpg" ); */
                color: red;
                font-size:90px;
                font-weight 700;
                /* -webkit-text-stroke: 5px white; */
                 -webkit-text-stroke: 2px black;
	}



   img
   {
    border-style: none;
   }


select, option{
white-space: pre;
font-family:monospace;
}

  fieldset {
		//border:1px solid #cd9229;
	border:1px solid red;
               color:red;
              margin: 10px auto; 
             
	}

  legend {
                <!--color:#6d6e72;-->
                color:red;
                
	}


  checkbox, radio{
            //background:white;
        	background:#edb975;
             color:black;
            }

  submit{
            //background:white;
             background:red;
             color:black;
            }

  input, select {
		//background:#cd9229;
		//background:#edb975;
		//background:#ffa7a7;
		  background:#f4d7d7;
		//background:#01aaad;
		//background:#a3248f;
		//background:#727272;
		//background:#939393;
		//background:#000000;
                //color:#7c7f78;
                //color:#ee3e3e;
                //color:#ffffff;
                color:black;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -khtml-border-radius: 5px;
                 border-radius: 5px;
	}

td   	{
	height: 5px;
}
