.indent		{   	text-indent : 2em; 
			}

.summary	{	font-style : italic;
			color : darkblue
			}

.title		{	font-style : italic;
			color : blue
			}

.sections	{	font-size : 115%;
			background-color : #F0E2B9
			}

.notes	        {       margin-left : 1em;
                        margin-right : 1em;
			font-size : small;
                        color : brown
                        }

A:link		{	text-decoration : none; 
			color : navy
			}

A:visited 	{	text-decoration : none; 
			color : navy
			}

A:active 	{	text-decoration : none; 
			color : red
			}

A:hover   	{	text-decoration : none; 
			background-color : silver;
		    	color : black
			}

body		{	margin-left : 1em;
			margin-right : 1em;
			bgcolor : white;
			}

