body 	{
	background-color: #ccffcc;
	font-family: arial, sans-serif;
	font-size: x-small;
	background-image: url(background.gif);
	background-repeat: repeat;

		}



li		{
		list-style-type: disc;
		list-style-image: url (star.gif);
		list-style-position: inside;
		vertical-align: middle
		}

p 		{
		
		font-family: arial, sans-serif;
		font-size: small;
		
		}

p.list	{
		font-size: medium;
		font-weight:bold;
		}		


td		{
		font-family: arial, sans-serif;
		font-size: small;
		
		}

a:hover{
		text-decoration: none;
		color: red;
		}
		

		
.copyright {
		background-color: #99ff99;
		font-size: small;
		text-align: center;
		color: navy;
		
		}
		

		
h1		{
		font-size: x-large;
		font-weight:bold;
        margin-top: 1px;
		margin-bottom: 1px;
		text-align: center;
		}
		
	
		

		