
body{
	background-image: url("fondnotes.gif");
}


		a:link{
		color: black; text-decoration: none 
		}
		
		a:visited{ 
		color: black; text-decoration: none 
		}
		
		a:hover{ 
		color: brown; font-weight: bold; text-decoration: underline 
		}
		a:active, focus{ 
		color: blue 
		}
		
		
	h1{
          	font-size: 1.3em;
          	text-align: center;
          }
          
	h2{
          	font-size: 2em;
          }
          
	td{
			text-align: center;
			font-size: 24px;
		 }
		 
	
		 
	ul{
			list-style-type: ;	
		}
		 
	table{
			 
			 
			border: 1px solid black;
			 border-collapse: collapse;
		}
		
	td { 
			 border-width:1px;
			 border-style:solid; 
			 border-color: black;
			 padding: 10px;
		}
			

					



