A:link {color: #7a0000; text-decoration:none}
A:hover {color: #7A0000; text-decoration:underline}
:visited {color: #7A0000;  text-decoration:none}


BODY
{
  text-align: justify; 
}

DIV.box
{
  float: center;
  padding: 10px;
  border: 1px dotted #000;
  margin: 24px;
  width: 80%;
}

IMG
{
  padding: 15px;
  float: center;

}

IMG.test
{
  background-color: grey;
}

CODE
{

  font-weight: bold;
  text-align:left;
  display:block;
  color     : #00AA00;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

PRE
{
  float: center;
  font-weight: bold;
  color     : #00AA00;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.title
{
  font-size: 25px;
  padding-top: 48px;
  padding-bottom: 12px;
  height; 50px;
  text-align: center;
}

.objective
{
  font-weight: bold;
}

.subsubtitle
{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 12px;
  padding-top: 24px;
  padding-right: 12px;
  border-bottom: #000 1px dotted;
}

.subtitle
{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 24px;
  padding-right: 12px;
  border-bottom: #000 1px dotted;
}

.edited
{
  border-top: #000 1px dotted;
}
