body {
	color: black; background-color: #DBE4ED;
         /*
         #ABC5D2; pleasing darker blue
         #C0D0DD; slightly paler blue
	
         #bcee68;  green
         rgb(64, 96, 144); dark blue
         white; gray; #333;
         */
	font-family: verdana,arial,helvetica,sansserif;
	font-size: 12pt;
}

p {
	padding-left: 15pt;
	padding-right: 15pt;
}
.deva {
	/*font-size: 16pt; */
        color: teal;
}
.greek {
 font-size:smaller;
 color:blue;
}
.devakey {
	font-size: 16pt;
        /* color: teal; */
}
.normal {
	font-size:12pt;
	color: black
}
.ls {
  font-size:smaller;
  color: green;
}
.as {
  color: teal;
  font-style:normal;
}
.abbr {
 /*   font-weight: bold; */
 font-style: italic;
}
.hom {
 font-weight: bold;
}
.commentary {
 font-style: italic;
}
.pclist,.pwnum {
 font-size: smaller;
}
#dispbox {
  position:absolute;
  left: 0%;
  right: 0%;
}
#disptitle {
  top: 1px;
  position:absolute;
  left: 1%;
  width: 65%;
 padding-left: 5px;
 height: 24px;
 background-color: #D0D0D0;
 text-decoration: underline;
}
#dispStitle {
  top: 1px;
  position:absolute;
  left: 68%;
  right: 1%;
 padding-left: 5px;
 height: 24px;
 background-color: #D0D0D0;

 text-decoration: underline;
}
#disp {
  position:absolute;
  top: 25px;
  left: 1%;
  width: 65%;
 background-color: white;
 overflow: auto;
 height: 400px;
 padding-left: 5px;
/* border: thin; */
}
#dispS {
  top: 25px;
  position:absolute;
  left: 68%;
 /*  width: 29%; */
  right: 1%;
 background-color: white;
 overflow: auto;
 height: 400px;
 padding-left: 5px;
/* border-left-style: solid; */
}

table.display {
  width: 100%;
  margin-left:     5px;
  margin-right:    5px;
  margin-top: 20px;
/*
  font-size:       larger;
  border-style: solid;
  border: 2px;
  padding: 15px;
*/
}
td, th {
  padding:         5px;
  text-align:      left;
/*  background-color: #DBE4ED;  */
}
td.display {
 font-weight: normal;
}
plex {
	color: black;
	background-color: #36648b;
	font-family: verdana,arial,helvetica,sansserif;
	font-size: 12pt;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 20pt;
	padding-left: 15pt;
	padding-top: 20pt;
}

h3 {
	font-size: 18pt;
	padding-left: 30pt;
	padding-top: 20pt;
}

a:link {
        color: black;
	/* color: #00008b; */
}

a:visited {
	color: #36648b;
}

a:active {
	color: #4876ff;
}

a:hover {
	background-color: #ffffcc;
	color: #000033;
}
a.exampletip {text-decoration: underline}

a.exampletip:link {color:#FF0000;
 }    /* unvisited link */
a.exampletip:visited {color:#00FF00} /* visited link */
a.exampletip:hover {color:#FF00FF; cursor:help}   /* mouse over link */
a.exampletip:active {color:#0000FF}  /* selected link */
