h1 { 
font-size: 36px; 
font-weight: bold; 
color: white; 
margin-bottom: 0;
}

h2 { 
font-size: 30px;
margin-bottom: 0
}
	  
b { 
font-size: 24px; 
font-weight: bold; 
color: white;
}
		  
th { 
font-size: 36px;
font-weight: bold; 
color: white; 
}
		   
body { 
font-family: Georgia; 
font-size: 24px; 
margin = 10px; 
background-color: black;
}
					 
li, td, p { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 24px; 
margin = 5px; 
}
					 
a:link
{
color: red;
text-decoration: underline;
font-size: 33px;
}

a:visited
{
color: blue;
text-decoration: underline;
font-size: 30px;
}

a:hover
{
color: gold;
text-decoration: none;
font-size: 33px;
}
