/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
        background-color:#000000;


}

H4
{
	 font-size:14px;
	 font-weight:bold;
	 color: #A1491D;
}
H3
{
	 font-size:18px;
	 font-weight:bold;
	 color: #000000;
}

	 

A:link	{	
	text-decoration:none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:none;
	color:	#3333cc;
    
    
    
    


	}
	
A.suresh:link	
{
	
	text-decoration:	none;
	color:	#000000;
 font-weight:bold;
	}	
		
A.suresh:visited	
{
	
	text-decoration:	none;
	color:	#000000;
 font-weight:bold;
	}	
		
A.suresh:active	
{
	
	text-decoration:	none;
	color:	#000000;
 font-weight:bold;
	}	
		
A.suresh:hover	
{
	
	
	text-decoration:	none;
	color:	"#000000";
	}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

