@media only screen and (max-device-width: 480px) {
	  body	{
			  font-size: 50%;
			}
	  }

body  {
	background: #fff url(images/bg-gradient.png) repeat-x;
      }

h1    {
        text-align: center;
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 220%;
        margin: 0 0 15px;
        line-height:1.2em;
      }

h6    {
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: left;
        font-family: helvetica, arial, verdana, sans-serif;
        font-size: 10pt;
        text-decoration: none;
        color: #000;
        border-style: solid;
        border-bottom-width: 2px;
        border-right-width: 2px;
        border-left-width: 0px;
        border-top-width: 2px;
        padding: 3px;
      }
h6 a  {
        text-decoration: none;
        color: #000;
      }
h6 a:hover  {
        text-decoration: underline;
        color: #000;
      }
ul.link-list  {
        font-family: verdana, arial, sans-serif;
      }

ul.link-list a  {
        text-decoration: none;
        color: #000;
      }

ul.link-list a:hover  {
        text-decoration: underline;
        color: #000;
      }
      
div.xhtml
	{
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: arial,sans-serif;
	font-size: 60%;
	}
a.info
	{
	text-decoration:none;
	color: #000;
	}
a.info:hover
	{
	text-decoration: underline;
	color: #111;
	}

abbr, acronym, span.abbr
	{
	cursor: help;
	border-bottom: 1px dashed #000;
	}
