body
	{
		background-color	:	#7b2d00 ;
		color			:	#000 ;
		font-family		:	Arial, Verdana, sans-serif ;
		font-size		:	0.8em ;

	}

.title,h1,h2
	{
		color			:	#7b2d00 ;
		font-family		:	Arial, Verdana, sans-serif ;
		font-size		:	1.2em ;
		font-weight: bold;
		line-height		:	1.3em ;

	}

h1 {
font-size:1.6em;
line-height:1.6em;
}

.textsmall
	{
		color			:	#000 ;
		font-family		:	Arial, Verdana, sans-serif ;
		font-size		:	1em ;
		line-height		:	1.2em ;

	}

.textmedium
	{
		color			:	#000 ;
		font-family		:	Arial, Verdana, sans-serif ;
		font-size		:	1.1em ;
		font-weight: bold;
		line-height		:	1.2em ;

	}

a:link
  {
    color: #7b2d00;
    text-decoration: underline;

    font-weight: bold;
  }
   
a:visited
  {
    color: #7b2d00;
    text-decoration: underline;

    font-weight: bold;
  }
   
a:hover
  {
    color: #cc9;
    text-decoration: none;

    font-weight: bold;
  }

