a:link {color: rgb(255,255,0);text-decoration: none; }
a:visited {color:rgb(255,255,0);text-decoration: none; }
a:hover {color: rgb(255,128,0); text-decoration: none; }
a:active {color:  rgb(127,173,248); text-decoration: none;}
a:hover img  {border-color: rgb(255,255,255);}

.center {
 vertical-align:middle;
 display:inline-block;
 padding: 20px;
 border: 3px;
}

div.masterDiv
{
 max-width:1000px;
 text-align:center;
}

div.titleDiv {
  border: 1px solid lightgray;
  font-weight: bold;
  font-size : 150%;
  padding: 20px;
}

 
div.titleSection {
 background-color: rgb(128,128,128);
 color: rgb(255,255,255);
 padding: 3px;  
 font-weight: bold;
 border-radius: 10px 10px 0px 0px ;
}

div.footerSection {
 background-color: rgb(128,128,128);
 color: rgb(255,255,255);
 padding: 3px;  
 font-weight: bold;
 border-radius: 0px 0px 10px 10px ;
}

div.descriptionSection {
 background-color: rgb(92,92,92);  
 color: rgb(255,255,255);
 text-align: center;
 text-justify: inter-word;
 padding: 5px; 
}

div.imageSection {
 background-color: rgb(92,92,92);  
 padding: 5px;  
}

img.image {
 border: 2px solid rgb(128,128,128);
 border-radius:10px;
 border: 2px solid rgb(100,100,100);
}

li {
	text-align:left;
}

ul li::before {

  color: rgb(255,128,0);
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

body 
{
 font-family: Arial; font-size: 10pt;
  color: rgb(255,255,255);
 margin: 10px;
 padding: 10px;
 background-color : rgb(56,56,56); /*rgb(131,144,152);*/  
}





