html {
    /*overflow: hidden;*/
}      

body {
  margin-left: 170px;
  background-color: #2f4f6f;
/*background-image: url(http://www.osacademy.it/images/blue.png);
  background-repeat: no-repeat;
  background-position: top left;*/
  padding: 20px;
  /*overflow: auto;*/
}

/* Blocks */
#MainTable{
  background-color: #dddddd;
  left: 190px;
  top: 0px;
  border-collapse: collapse;
  border-style: solid;
  border: 2px solid #000000;
}

#HeaderBlock {
  background-color: #dddddd;
  border-style: solid;
  border: 1px solid #000000;
}

#MenuBlock {
  background-color: #dddddd;
  position: fixed;
  top: 30px;
  left: 20px;
  width: 150px;
  border-style: solid;
  border: 2px solid #000000;
  text-align: left;
}

#ContentBlock {
  background-color: #dddddd;
  border-style: solid;
  border: 1px solid #000000;
  padding: 20px;
}

#FooterBlock{
  background-color: #dddddd;
  border-style: solid;
  border: 1px solid #000000;
}

/* End blocks */


p {
  font-family: Arial, Helvetica, sans-serif;
}
p.MenuTitle {
  font-size: 120%;
}
p.MenuItem {
  font-size: 90%;
}
p.FooterP {
  text-align: center;
  font-size: 60%;
}

ul, li {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}

a:link, a:visited {
  font-size: 90%;
  text-decoration: none;
  font-weight: bold;
  /*color: #121518;*/
  color: #0010aa;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  /*color: #121518*/
  color: #0010aa;
}

a.printer:hover, a.printer:hover ,a.printer:visited, a.printer:active {
  text-decoration: none;
}

a.sublevel {
  padding-left: 10px;
  font-weight: normal;
}

img {/* border style for all images */
  border: 0;
  text-align: center;
}

h1 {
  padding-left: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
}
h1.Title {
  /*color: #444444;*/
  color: #e51515;
  font-variant: small-caps;
  /*text-align: center;*/
}

h2 {
  color: blue;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
}

h3 {
  color: blue;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-style: italic; 
  font-weight: bold;
}

table {
  border: 0;
  border-collapse: collapse;
}
table.MenuTable {
  border-style: solid;
  border-color: #000000;
}

td, tr {
  vertical-align: middle;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
tr.MenuHeader {
  background-color: #bbbbbb;
  border-style: solid;
  border-top: 1px solid #000000;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  padding: 0px;
  font-style: italic; 
  font-weight: bold;
  text-indent: 20px;
}
tr.MenuItem {
  background-color: #dddddd;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding-top: 0px;
}



