	body {
		font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", serif;
		color: #7a7abf;
		text-align: center;
		background: white;
	}
	
	#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 #7a7abf;
		border-right: 1px solid #7a7abf;
		margin: 5px 5px 5px 5px;
	}


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

	#textarea {
		border-top: 2px solid;
		 width: 600px;
		 margin-left: auto;
		 margin-right: auto;
	 }

	 #linkarea{
		border-top: 2px solid;
		 border-bottom: 2px solid; 
		 width: 600px;
		 margin-left: auto;
		 margin-right: auto;
		 clear: left;
	 }
	
	 #footer {
		margin-top: 2em;
		width: 600px;
		font-size: small;
		text-align: justify;
		margin-left: auto;
		margin-right: auto;
	 }
	
	#sitemap
	{
		text-align: left;

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

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

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

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

	a { 
		 text-decoration: none;
		 border: 1px dotted #7a7abf;
		 color: #7a7abf;
	 }


	 a:hover {
		border: 1px solid #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/snake.gif);
	}
	
/* For list of poems */

p b {
	color: black;
}
