
    A:link { color: blue; text-decoration: underline; }
    A:visited { color: #800080; text-decoration: underline; }
    A:active { color: red; text-decoration: underline; }
    A:hover { color: fuchsia; text-decoration: underline }

 
    body
    {
    background-color: #afbae2;
    color: #000000;
 	}
	
	
	.copyright
    {
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #000000;
	font-size: x-small;
	}

	.tablemargin
	{
	margin-right: 20px;
	margin-left: 20px;
	}

    .link 
	{
	font-family: Verdana, sans-serif;
	font-size: x-small;
	text-indent: 0em;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
    .home 
	{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: x-small;
	}
		 
	.update
	{
	text-align: right;
	color: #deb887;
	background-color: transparent;
	}
	
	.firstpara
	{
	text-indent: 0;
	}

	p
    {
	font-family: "Times New Roman", serif;
	line-height: 120%;
	text-indent: 2em;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	}
	
	table
	{
	background-color: #FFFFFF;
	}
	
	
	hr
	{
	color: black;
	}
	
	
	blockquote
	{
	font-family: "Times New Roman", serif;
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 5px;
	}
	
	pre
	{
	font-family: monospace;
	}
		
	ul
	{
	font-family: "Times New Roman", serif;
	margin-right: 15%;
	margin-left: 15%;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
	}
	
	li
	{
	margin-right: 15%;
	margin-left: 15%;
	display: list-item;
	list-style: disk;
	}
	
	
	.listdeco
	{
	display: list-item;
	list-style: url(star2.gif);
	}
	
	  
    H1, H2, H3, H4, H5, H6
    {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	line-height: 130%;
	}
	

	
