/* a:hover
  {
  font-style:italic ;
  background-color:#DDDDDD ;
  } */

.dashed
  {
    text-decoration: none!important;
    color:blue;
    border-bottom: 0px gray dashed ;
    /* background-color:#E8E8E8; */
  }

.nodashed
  {
    text-decoration: none!important;
    color:blue:;
    border-bottom: 0px gray dashed ;
    /* background-color:#E8E8E8; */
  }

body {
    color:#444444 ;
  }

.box {
  padding:10px 30px 20px 30px;
  background-color:white;
  border-radius:10px;
  box-shadow: 5px 5px 5px #888888;
  }

.box1 {
  padding:0px 30px 0px 30px;
  background-color:white;
  border-radius:1px;
  /*box-shadow: 5px 5px 5px #888888; */
  }

.box2 {
  padding:0px 0px 0px 0px;
  background-color:white;
  border-radius:1px;
  /*box-shadow: 5px 5px 5px #888888; */
  }

