/* 'jms.css' is a minimal style
    file to format the JMS HTML Diaries.
    2014-06-05. */ 

body {
    background-color: AntiqueWhite;
}
p     {
    margin-left: 20%;
    margin-right:100px; 
    font-size: 20px; 
}
table {
    margin-left: 20%;
    margin-right:100px;
    font-size: 20px; 
} 
h2     {
     margin-left: 15px;
     margin-right: 75%;
     font-size: 14px;
     font-style: oblique;
}
h1      {
     text-align: center;
     color: brown;
}
i	{
	color: CadetBlue;
}
.pb     {
         font-style: oblique;
	 font-size: 75%;
}
/* sets the line number BEFORE the TEXT */
.lb:before{
    content: attr(title);
    width: 16px;
    height: 16px;
    padding-left: 16px;
    font-size: 8pt;
}
