/* This is a comment in CSS*/

 
*{

margin: 0;
	
padding: 0;
}



body { 
background-color: white;
	
color: black;

font-family: "Times New Roman", times, serif;

font-size: 12pt;

line-height:100%;

margin: 10px;
}

h1{
margin-top: 20px
margin-bottom:20px;
}

#tagline{ 
margin-top: 8px;
margin-left: 20px;
}


#navigation{
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
}

h2{
margin-top:20px;
margin-bottom:10px;
}