/* This is the stylesheet for Paivakil's Homepage 			*/
/* Styles may  be copied subject to the terms in ../CopyRIght.htm file  */
/* Copyright (c) 2002 Mahesh T Pai, Advocate, High Court of Kerala	*/
/* paivakil@vsnl.net, "Nandini", Cochin-82018, Kerala State, India.	*/


body	
	{
	background-color: #F1F4F8;
	}

h1, h2, h3, h4, h5
	{
	color: #5F0358;
	font-family: Garamond, Roman, serif; 
	font-variant: small-caps;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
	}

p	
	{
	font-family: sans-Serif;
	font-weight: 500;
        margin: 2px, 3%, 3%, 3%;
	text-align: justify;
	line-height: 1.20em;
	display: block;
	}

.FTR		/* defines styles for the last copyright notice */
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.1em;
	margin: 5em 0;
	background-color: #D2C4FD;
	border-color: #008A8A;
	border-style: double;
	border-width: thick;
	padding: 1em 0;	
	}
        
table   /* table general properties */
        {
                 margin-left: auto; 
                 margin-right: auto;
        }
        
.header         /*for links appearing as page headings*/
        {
        font-size: 9pt;
        font-family: sans-serif;
        text-align: center;
        font-weight: 900;
        background-color: #D2C4FD;
        border: inset 3pt;
        border: outset 3pt;
        width: 100%;
        }

.adr            /* for the address on home page */ 
        {
        font-family: roman;
        text-align: right;
        width:100%;
        border: outset 10pt;
        border: inset 5pt;
        border-spacing: 10pt;
        width: 80%;
        }        

.norm           /* normal */
        {
        border: inset 5pt;
        border: outset 5pt;
        font-family: sans-serif;
        text-align: center;
        } 

th
        {
        text-align: center;
        font-weight: 850;
        border: inset 1pt;
        background-color: #ABCDEF;
        }

td 
        {
        border: inset 1pt;*/
        }

.le
        {
        text-align: left;
        }

.centre
        {
        text-align: center;
        }

.norm
        {
        border: 0px;
        text-align: justify;
        }

li	
	{
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-weight: 600;
	font-stretch: expanded;
	}

.ip		/* index page*/
	{
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2em;
	}

.sre		/* links to the section */
	{
	list-style: none;
	list-style-position: outside;
	font-size: .9em;
	font-stretch: wider;
	text-indent: -1em;
	line-height: 2em;
	}

        .alph
	{
	list-style: lower-alpha;
	}

A:link	
	{
	text-decoration: none;
	color: #0018C1;
	}

A:hover	
	{
	text-decoration: underline;
	color: #0018C1; 
	background: #FAF269;
	}
	
A:visited
	{
	color: #0018C1;
	text-decoration: none;
	}
 
A.ext
        {
         color: #A81848;
         text-decoration: none;
         font-style: italic;
         font-weight: 300;
        }

A.ftp
        {
         color: #F07448;
         text-decoration: underline;
         font-weight: 300;
         font-style: italic;
        }
