html, body {
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    font-size: 14px;
	background-color:#EBEBEB; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
p.small {
    line-height: 60%;
}

small.small{
    line-height: 60%;
}

a:link {
    color: #363636;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #363636;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #363636;
    background-color: transparent;
    text-decoration: none;
}
a:active {
    color: #363636;
    background-color: transparent;
    text-decoration: none;
}