body{
font-family: Book Antiqua, Times New Roman;
}
.equation {
background: #99FF99;
text-align: center;
}
.sectionHead{
font-size: 210%;
text-decoration: underline;
}
.sectionSubhead{
font-size: 150%;
text-decoration: underline;
}
.booktitle, .italicize{
font-style: italic;
}
.boxright{ 
float: right;
padding: 2%;
width: 40%;
background: #99ff99; 
border: thin solid green;
}
.boxcenter{
margin-left: 10%;
margin-right: 10%;
background: #99ff99;
padding: 1%;
border: thin inset green;
}
.yellow_highlight{
background: yellow;
}
.headerLeft{
float: left;
//width: 30%;
width:  100%;
font-style: italic;
font-size: 125%;
background: #99ff99;
border: thin groove green;
padding: 2%;
}
.headerRight{
float: left;
width: 30%;
text-align: right;
font-style: italic;
font-size: 125%;
background: #99ff99;
border: thin ridge green;
padding: 2%;
}
.headerCenter{
float: left;
width: 30%;
text-align: center;
font-style: italic;
font-size: 125%;
background: #99ff99;
border: thin ridge green;
padding: 2%;
}
.footer{
text-align: center;
border: thin solid green;
background: #99ff99;
margin-left: 12%;
margin-right: 12%;
padding: 1%;
}
.centered{ 
text-align: center;
}
.aligned_right{
text-align: right;
}
.columns{
position: relative;
top: 1%;
}
.mytablecenter{
border-collapse: collapse;
border: thin solid green;
margin-left: 5%;
margin-right: 5%;
padding: 3%;
}
.mytablegreenbg{
border: thin solid green;
background: #99ff99;
padding: 2%;
}
.mytd{
border: thin solid black;
text-align: center;
padding: 2%;
}
.bar{
text-decoration: overline;
}
.param{
font-family: Symbol;
}
.setpos{
position: relative;
}
.ontop{
position: absolute;
left: 0;
top 0;
}


