/* user page css*/
BODY { 
/*  background: #DDF498;*/
  color: dimgray;
  font-size:10pt;
  margin-left:5%;margin-right:5%
}
H2      {
  text-align: left;
  font-size: 20pt;
  border-width: 3px 3px 3px 3px;
  border-color: green;
  border-style: double;
  margin-left:1pt;margin-right:1pt;
  padding:2pt;
  color:darkolivegreen;
/*  background: snow;*/
}
H3 {
  font-weight:bold;
  font-size: 15pt;
  color: dimgray;
  border-width: 0px 0px 1px 10px;
  border-color: darkslategray;
  border-style: solid;
/*  background: lightgreen;*/
  margin-left:1pt;margin-right:1pt;
  text-align:left;
  padding:2pt;
}
H4 {
  font-weight:bold;
  font-size: 12pt;
  color: dimgray;
  border-width: 1px 1px 1px 1px;
  border-color: darkslategray;
  border-style: solid;
  background: white;
  margin-left:20pt;margin-right:20pt;
  text-align:center;
  padding:2pt;
}

DIV.center {
  text-align:center;
}
H6 { color: gainsboro; text-align: center }
P { text-align: right }
a:link    { color: DarkViolet; text-decoration: underline; }
a:visited { color: Violet; text-decoration: none; }
a:active  { color: GREEN; text-decoration: none; }
a:hover   { color: RED; text-decoration: underline; }
TH.head {
  background:pink;
}
TD.head {
  background:skyblue;
  padding:3pt;
}
TD.link {
  background:lightgreen;
  padding:3pt;
}
TD.link1 {
  background:snow;
  padding:3pt;
}
TD#t1 { font-size:8pt }
BR.all { clear:both }
.dimgray {
  color:dimgray;
}
.right {
  text-align: right;
}
DIV.head {
  text-align: center;
  font-size: 25pt;
  border-width: 3px 10px 3px 10px;
  border-color: pink;
  border-style: double;
  padding:2pt;
  color:white;
  background: lightseagreen;
}
/* CSS File -End- */
