body
{
}
h1
{
	font-family: sans-serif;
	color: blue;
}
h2, h3
{
	font-family: cursive;
}
p
{
	font-family: sans-serif;
}
li
{
	font-family: sans-serif;
	color: blue;
}
.lato {
   font-family: 'Lato', sans-serif;
}
 .orange {
     background-color: orange;
 }
 .yellow {
     background-color: yellow;
 }
 .purple {
     background-color: purple;
     color: white;
 }
 p .purple {
     background-color: transparent; 
	color: purple;
 }
.red
{
    color: red;
}
 p .red {
     color: red;
     background-color: blue;
 }
table {
	font-family: sans-serif;
}
 table .usa {
     color: red;
     background-color: white;
 }
 li strong {
     line-height: 2em;
 }

a:link {
	color: blue;
}
a:visited {
	color: purple;
}
#pic {
	width: 200px;
	float: right;
	margin-right: 6px;
	margin-bottom: 6px;
} 
#footer {
	background-color: rgb(232, 232, 232);
	padding: 6px;
	clear: both;
}

/* for demoMath.html */
section {
	border:4px solid grey;
	border-radius:15px;
	box-shadow: 5px 5px 5px grey;
	float:left;
		height:360px;
		padding: 20px;
		margin:10px;
 }
		  
#plotSettings {
	width:120px;
}
	  
#plot {
	width:550px;
}