html
{
	padding: 5px;
}

body
{ 
  padding: 0px;  
}

html, body
{
  height: 100%;
  margin: 0px;
  max-width: 100%;
}

p
{
  margin-top: 2px;
  margin-bottom: 2px;  
}

p, li
{  
  /*font-family: Thesis, Thesis Plus Kyrillic, Helvetica, Arial, sans-serif;*/
  /*font-family: serif;*/
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: rgb(51, 50, 47);
  font-size: 22px;      
  line-height: 26px;
  letter-spacing: 0.2px;
  word-spacing: 0px;
}

img
{
  border-width:1px;
  margin: 0px;  
  border-style:solid;
  border-color:black;
  max-height: 100%;
  max-width: 90%;    
}

h1, h2, h3
{
  font-family: Arial, Helvetica, sans-serif;
}

h1
{  
  margin-top: 20px;
  margin-bottom: 2px;
}

h2
{  
  margin-top: 15px;
  margin-bottom: 2px;
}

h3
{
  margin-top: 12px;
  margin-bottom: 2px;
}

@media (min-width:650px)
{  
}