/*An External style sheet */

/* Commented out by Deepak R on Dec 3, 2006 to add the event notifier to the main page
a { 
     font-size:13px;
     display: block;
     height:5%;
     position:relative;
     width:85%;
     border-bottom: 1px solid black;
     border: 1px solid black;
     background-color: #D59B1E;
     }
a:hover{
 			text-decoration:underline;
 			color:blue;
 			background-color:#ccffcc
		 }
*/
h1 { font-size:x-large;
     font-family:arial,sans-seriff;
     color:#5B3220 ;
         }
     
h2 { font-size:medium;
     color:#18504A ;
     
     }
p  {
 
	  font-size:14px;
     color:black;
     position:relative;
     text-align:justify;
    }
/* Commented out by Deepak R on Dec 3, 2006 to add the event notifier to the main page    
li,ol,ul {
				font-size:14px
				
			}


ul a{
		font-size:14px;
    }
*/

































