/* CSS Document */

body { margin:0px; 
       background-color: #f0c16f;}
	   

.background {
    background-image:url(image/full_1.jpg);
	background-repeat: no-repeat;
	background-position: center;

} 
	  
.bottom1 {background-image:url(image/Swami_bg.gif);
          background-repeat:no-repeat;
		  background-position:center;
		  }

.heading {font-family:arial;
          font-size:16px;
		  font-weight:bold;
		  padding:14px;
		  color:#660099;
		  }

.normal { font-family:"Courier New";
          font-size:17px;
		  text-align:justify;
		  color:#990000;
		  line-height:20px;
		  
		  }
		  
.normal1 { font-family:Arial, Helvetica, sans-serif;
          font-size:13px;
		  text-align:justify;
		  font-weight:bold;
		  color:#990000;
		  padding:2px;
		  }

.normal2 { font-family:Helvetica, sans-serif;
          font-size:12px;
		
		  
		  color:#CC3300;
		  padding:2px;
		  }

.normal3 { font-family:Arial, Helvetica, sans-serif;
          font-size:12px;
		  color:#000000;
		  padding:4px;
		  line-height:25px;
		  text-align:justify;
		 }


.trivam {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
	text-decoration: none;
}

.heading { font-family:Arial, Helvetica, sans-serif;
          font-size:12px;
		  color:#5c3e69;
		  padding:4px;
		  font-weight:bold;
		  line-height:25px;
		  text-align:justify;
		 }
		 
		 
		 .h1{
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:15px;
		 text-align:justify;
		 font-weight:bold;
		 color:#0000FF;
		 }
