<!-- @annotation: pgrill.css -->
body	
	{
	color: #000
	background: #fff
	}

#header
	{
	}

#mainblock
	{


	}
	
#footer
	{
	}

a:link {
    font-variant:  small-caps;
    text-decoration:none;
    COLOR: #000000;
  }


a:active {
    text-decoration: none;
    font-variant: small-caps;
    COLOR: #000000;
  }


a:visited {
	text-decoration: none;
    font-variant: small-caps;
    color: #666666;
  }


a:hover {
    text-decoration: none;
    font-variant: small-caps;
    color: #336633;
  }


a img {
    border: none;
  }