body
{
	background-color: #080442
	/*background-image:url('forest1.jpg');	background-repeat: 	no-repeat;	background-attachment: 	fixed*/
}/* end body attributes */
#num
{
float:right; width:30px;
}
.sun
{
	background-image:url('http://www.sarathi.org/Images/sun.jpg') width="100px" height="100px" align="left";
	background-repeat: 	no-repeat;	
	background-attachment: 	fixed
}

.forestBg
{
	background-image:url('Images/forestBg.jpg');
	background-repeat: 	no-repeat;	
	background-attachment: 	scroll;
}


.KrishnaBg
{
	background-image:url('Images/krishnaWithAuraEarth.jpg');
	background-repeat: 	no-repeat;	
	background-attachment: 	scroll;
}

p.eMagTitle 
{
	color: rgb(0,255,153);
	text-align: center;
	font-size: 24pt;
	font-family: arial
}/* end p.chapter attributes */

div.chapter
{
	color: rgb(0,255,153);
	text-align: center;
	font-size: 24pt;
	font-family: arial

}
div.section
{
	text-align= "justify";
	letter-spacing= 0.03cm;
	line-spacing=.03cm;
	margin-right= 6cm;
	font-family: arial;
	font-size: 18pt;
}
div.sectionCenter
{
	color: rgb(116,198,245);
	text-align: center;
	font-size: 18pt;
	font-family: arial
}
div.para
{
	margin-left: 10px;
	text-align= "justify";
	letter-spacing= 0.03cm;
	line-spacing=.03cm;
	margin-right= 6cm;
	font-family: arial;
	color: rgb(0,255,255)
}
p.chapter 
{
	color: rgb(0,255,153);
	text-align: center;
	font-size: 24pt;
	font-family: arial
}/* end p.chapter attributes */

p.section 
{
	text-align= "justify";
	letter-spacing= 0.03cm;
	line-spacing=.03cm;
	margin-right= 6cm;
	font-family: arial;
	font-size: 18pt;

}
p.sectionCenter
{
	color: rgb(116,198,245);
	text-align: center;
	font-size: 18pt;
	font-family: arial
}/* end p.section attributes */
/* paragraphs : works*/
p.para
{
	/* margin-left: 2cm; will move entire para to right */
	margin-left: 10px;
	text-align= "justify";
	letter-spacing= 0.03cm;
	line-spacing=.03cm;
	margin-right= 6cm;
	font-family: arial;
	color: rgb(0,255,255)
}/* end normal attributes */


p.top 
{
	text-align= "right";
	letter-spacing= 0.03cm;
	line-spacing=.03cm;
	margin-right= 6cm;
	font-family: arial;
	font-size: 18pt;
	color: rgb(116,198,245);
}
p.editorial
{
	margin-left: 10px;
	text-align= "justify";
	letter-spacing= 0.03cm;
	line-spacing=.03cm;
	margin-right= 6cm;
	font-family: arial;
	color: rgb(0,255,255)
}
p.address
{
	color: rgb(116,198,245);
	text-align: center;
	font-size: 18pt;
	font-family: arial
}
p.Sarathi
{
	color: rgb(98,24,119);
	text-align: center;
	font-size: 24pt;
	font-family: arial
}


p.tableSection 
{
	color: rgb(0,255,255);
	text-align: left;
	font-size: 14pt;
	font-style: italic;
	font-family: arial;
}/* end p.section attributes */


p.geru 
{
	font-family: arial;
	color: rgb(255,153,0)
}/* end geru attributes */



/* Links 

<a href="lastpage.htm" 
style="text-decoration:none">
THIS IS A LINK!
</a>
*/
a:link     {color: #00ffff; 	font-style: italic;}
a:visited  {color: #cc33ff;	font-style: italic;}

a:hover    {color: #33cc00;	font-style: italic;}
 /*end link attributes */
 
/* images in paragraphs 
img.right 
{
align:right;
border:none;
margin:0px 0px 15px 20px;
}
img.left 
{
float:left;
border:1px dotted black;
margin:0px 15px 15px 0px;
}
/* end image attributes */

/* lists and the example of their use 
<ul class="disc">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>

This will give list with no demarkation at all.
<ul class="none">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>

This will give list with numbers.
<ol class="decimal">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ol>
END  lists and the example of their use */


ul.circle
{
list-style-type: circle;
list-style-position: outside;
line-spacing: "1cm";
}
ul.disc
{
list-style-type: disc;
font-family:arial;
margin-left: "10px";
text-align= "justify";
letter-spacing= 0.3cm;
line-spacing=.3cm;
margin-right= 6cm;
color: rgb(0,255,255)
}
ul.none 
{
	list-style-type: none; 
	list-style-position: outside;
	margin-left: 10px;
	text-align= "justify";
	font-family: arial;
	color: rgb(0, 255, 255)
}

li.arialItem
{
	text-align: "justify";
	font-family: arial;
	color: rgb(0, 255, 255)

}
ul.circle 
{
	list-style-type: circle; 
	list-style-position: inside; 
	text-align: "justify";
	font-family: arial;
	color: rgb(0, 255, 255)
}
ol.decimal 
{
	list-style-type: decimal; 
	list-style-position: outside;	
	margin-left: .5in;
	text-align: "justify";
	font-family: arial;
	color: rgb(0, 255, 255);
)
 
ol.lalpha 
{
	list-style-type: lower-alpha; 
	list-style-position: outside; 
	margin-left: 2cm;
	text-align: "justify";
	font-family: arial;
	color: rgb(0, 255, 255)
}

/* end list attributes */



/* form style */
form 
{
background-color: rgb(255,153,0)
}
/* end form attributes */

div.withImageAndCaption
{
float:right;
width:120px;
margin:0 0 15px 20px;
padding:15px;
border:1px solid black;
text-align:center;
}
/* example 
<div>
<img src="logocss.gif" width="95" height="84" /><br />
CSS is fun!
</div>
*/
/* end example*/

/* end images in paragraphs */
