@charset "utf-8";
*
{
  margin:0;
  padding:0;
}
body
{
 background-image:url(https://resources.visuallinklanguages.com/img/template/bg-body.jpg);
 background-position:center; 
 background-repeat:repeat-y;
}
#container
{
  background-image:none;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  padding:10px;
  width:500px;
}
h1
{
  margin-bottom:0;
  margin-top:0;
  font-family:"Times New Roman", Times, serif;
  font-size:24px;
}
h2
{
  margin-bottom:0;
  font-family:"Times New Roman", Times, serif;
  font-size:22px;
}
h3
{
  margin-bottom:0;
  font-family:"Times New Roman", Times, serif;
  font-size:20px;
}
h4
{
  margin-bottom:0;
  font-family:"Times New Roman", Times, serif;
  font-size:18px;
}
h5
{
  margin-bottom:0;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
}
h6
{
  margin-bottom:0;
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
}
