/* Style sheet for Kit Murdock's web pages*/
/* Originally based on sheet from Kalyan Moy Gupta */

.regular, .link, .enumitem, .enumitem2, .maintext, .highlight, .highlight2, .midlight
  {
  font-family:   arial;
  color:     navy;
  font-style:    normal;
  padding-bottom:   0px;  
  margin-top:    0px;
  font-size:  14pt;
  font-weight:  normal;
  text-align:  center;
  }

img.photo
  {
  height: 20px;
  align: center;
  }

.highlight
  {
  font-family:   arial;
  color:     #FFFF99;
  font-size:    20pt;
  font-weight:  bold;
  font-style:    normal;
  background-color:    navy;
  margin-bottom:    15px;
  margin-top:    15px;
  }


.midlight
  {
  text-align:  center;
  font-size:  14pt;
  font-weight:  normal;
  margin-bottom:    2px;
  }

.maintext, .bibitem
  {
  padding-left:    0em;
  }

.enumitem
  {
  font-size:  11pt;
  margin-bottom:    2px;
  text-indent:    0em;
  padding-bottom:   0px;  
  font-weight:  bold;
  margin-top:    3px;
  }
.enumitem2
  {
  font-size:  11pt;
  text-indent:    0em;
  padding-bottom:   0px;  
  font-weight:  normal;
  margin-bottom:    2px;
  }

.t1 
  {
  font-family: arial;
  font-size: 36pt;
  text-align:  center;
  font-weight: bold;
  text-indent: 10px;
  font-style: italic;
  color:  navy;
  padding: 3px;
  border-bottom: 2px solid navy;
  border-right: 2px solid navy;
  border-left: 2px solid navy;
  margin-bottom:    25px;
  }

.navyborder{border: 1px solid navy; }

