	body {
		font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", serif;
		color: red;
		text-align: center;
		background: white;
	}

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

	blockquote {

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

	#board {
		background: url('images/board_key.png') fixed bottom right;
		background-repeat: no-repeat;
		
	}
	
	#main {
		margin-top: 5em; 
		margin-bottom: 2em;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#special{ 
		float: left;
		border-left: 1px solid red;
		border-right: 1px solid #646d7e;
		margin: 5px 5px 5px 5px;
	}

	#links {
		float:right;
		margin-right: 0;
		width: 280px;
		text-align: left;
	}

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

	
	#mainpage {
		padding-top: 0.7em;
		float: left;
		width: 280px;
	}

	h1 {
		font-style: italic;
		font-size: 1.5em;
	}

	h1 span { 
		color: #646d7e;
	}

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


	 #blog {
		border-top: 2px solid #7A7ABF;
		 width: 600px;
		 color: black;
		 margin-left: auto;
		 margin-right: auto;
	 }
	 
	 #linkarea{
		border-top: 1px dotted red;
		 border-bottom: 1px dotted #646d7e; 
		 width: 600px;
		 margin-left: auto;
		 margin-right: auto;
		 clear: both;
	 }
	
	 #footer {
		margin-top: 2em;
		width: 600px;
		font-size: small;
		text-align: justify;
		margin-left: auto;
		margin-right: auto;
	 }

	 p span {
		 color: #64647e;
	 }

 #footer span {
		color: #646d7e;
	}			
	

	#sitemap
	{
		text-align: left;

	}

	#links li {
		list-style-position: inside;
		font-size: 0.8em;
		font-weight: normal;
		padding: 0.2em; 
		margin-left: 0.5em;
	}	
	 ul {
		 margin: 1em 0 1em 0; 
		 padding: 0 0 0 0; 
		 font-weight: bold;
	 }

	 li.first {
		 display: inline; 
		 margin: 0 2em 0 0; 
		 }

	 li.poems {
		 display: inline; 
		 margin: 0 2em 0 0; 
		 }
		 
		 li.poems a {
			 margin: 0 0.5em 0 0.5em;
		 }

	 li.middle {
		 display: inline; 
		 margin: 0 2em 0 2em; 
		 }

	li.last {
		 display: inline;
		 margin: 0 0 0 2em;
		 }

	li.image img, li.new img {
			border: 0px solid;
		}
		 

	li.image { 
			 display: inline;
			 margin: 0 1em 0 1em;
		 }

	li.new {
		 border: 2px solid #bb1b09;
		 display: inline;
		margin: 0 1em 0 1em;	 
	 }
	
	 a img { 
		 border: 0px solid;
	 }

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

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

		 
/*	a { 
		 text-decoration: none;
		 border-bottom: 2px solid #bb1b09;
		 color: #bb1b09;
	 }*/
	 
	 a:hover {
		border-bottom: 2px solid #bb1b09;
		background: red;
	}
	
	a.left:hover {
		border-bottom: 2px solid red;
		background: #fce142;
	}
	 
	p {	 
		text-align: justify;
	}

	#list {
		text-align: left;
	}

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

	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/mace.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);
	}	
/* For list of poems */

p b {
	color: black;
}

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