/* Welcome page --- some stuff is inherited to other dependent pages too */

body {
		font-style: normal; 
		font-variant: normal; 
		font-size: 100%; 
		font-family: Tahoma, Times, sans-serif;
		color: #646d7e;
		background: white;
	}

acronym {
		font-style: italic;
		border-bottom: 0px;
	}

	
#sm {
		margin-top: 30px; 
		margin-bottom: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	 
 #linkarea{
		 border-top: 1px dotted;
		 border-bottom: 1px dotted;
		 padding: 5px 0 5px 0;
		 margin: 0;
		 width: 600px;
		 margin-left: auto;
		 margin-right: auto;
		 clear: both;
	 }
	
#linkarea  p 
	 {
		margin: 20px 0px 10px 0px;
		padding: 0px;
	 }

 #footer {
		margin-top: 20px;
		width: 600px;
		font-size: small;
		text-align: justify;
		margin-left: auto;
		margin-right: auto;
	 }


/* image link styling for the welcome page */

	a.image {
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		border-bottom: 2px solid #646d7e;
		}

	a.image:hover {
		text-decoration: none;
		border-bottom: 2px solid red;
		}

	a.image img { 
		border: 0;
		}

	p.linkarea {
		text-align: left;
		}

	p.linkarea a { 
		margin-right: 12px;
		}

/* image link styles over */


/* For list of poems */

p b {
	color: black;
}

	h1 {
		font-size: 1.5em;
	}

	h2 {
		font-size: 1.4em;
		text-align: left;
		padding-left: 1.7em;
	}
	
	h3 {
		font-size: 1.2em;
		text-align: left;
		padding-left: 2em;
	}

	


#blog {
		border-top: 2px solid #646d7e;
		 width: 600px;
		 color: black;
		 margin-left: auto;
		 margin-right: auto;
	 }

blockquote {

		font-style: italic;
		font-weight: bold;
		text-align: justify;
		padding: 0 2em 0 1em;
		border-left: 2px dotted black;
	}

/* list of poems styling */

#textarea {
	        border-top: 1px dotted;
		width: 600px;
		margin-top: 0px;
		padding-top: 1em;
		margin-left: auto;
		margin-right: auto;
       	}

	li.hari{
		list-style-image: url(images/shell.gif);
	}

	li.shiv{
		list-style-image: url(images/damru.gif);
	}

	li.devi{
		list-style-image: url(images/trident.gif);
	}
	
	li.raam{
		list-style-image: url(images/lotus.gif);
	}
	
	li.krishna{
		list-style-image: url(images/chakra.gif);
	}

	li.laxmi{
		list-style-image: url(images/mohar.gif);
	}	

	li.ganesh{
		list-style-image: url(images/mouse.gif);
	}

	li.sharda{
		list-style-image: url(images/veena.gif);
	}

	li.hanu {
		list-style-image: url(images/mace.gif);
	}

	p {	 
		text-align: justify;
	}

	 a img { 
		 border: 0px solid;
	 }
	 

	#list	a { 
		 text-decoration: none;
		 border-bottom: 2px solid #646d7e;
		 color: #646d7e;
	 }

	 #list a:hover {
		border-bottom: 2px solid #646d7e;
		background: red;
	}

	 ul, ol {
		 margin: 1em 0 1em 0; 
		 padding: 0 0 0 0; 
		 font-weight: bold;
	 }

	ul#list li {
		margin: 0.5em 0 0.5em 0;
		
	}



	ol#list li {
		margin: 0.5em 0 0.5em 0;
		
	}

	#links li {
		list-style-position: outside;
		font-size: 0.9em;
		font-weight: normal;
		padding: 0.2em; 
		margin-left: 2em;
	}	

	
	a.eng {
		margin-left: 1em;
	}

	 #footer a {
		margin-left: 1em;
	}


	a { 
		 text-decoration: none;
		 border-bottom: 2px solid #646d7e;
		 color: #646d7e;
	 }


	 a:hover {
		border-bottom: 2px solid #646d7e;
		background: red;
	}
	

	/* form pages styling */

	#textarea1 {
	        border-top: 1px dotted #646d7e;
		width: 600px;
		margin-left: auto;
		margin-right: auto;
       	}

tr td {
	text-align: left;
	padding: 5px 40px 5px 0px;
	font-weight: bold;
}

/* disclaimer page */


		ul.disclaimer li {
			text-align: justify;
			font-weight: normal;
		}



