/*********************************************************************
* Author: Derek Ramsbottom
*
* Email: derek@lmb-design.co.uk
* 
* Application: THe Bleach House Gallery
*
* /style.css
*********************************************************************/

body	        {
			font-family: Verdana,Helvetica;
			font-size: 11px;
			padding-left: 0px;
			background-color: #CFC4BA;
                        margin-top: 10px;
            	}

h1 		{
			font-family: Verdana,Helvetica;
			font-size: 11px;
			color: #000000;
			font-weight: normal;
		}

h2 		{
			font-family: Verdana,Helvetica;
			font-size: 14px;
			color: #000000;
			font-weight: normal;
		}

h4		{
			font-family: Verdana,Helvetica;
			font-size: 12px;
			text-align: center;
                        background-image : url(../images/button.jpg);
			color: #BFB0A4;
			padding-top: 33px;
			padding-bottom: 32px;
			font-weight: normal;
		}

a:active        {
	                color: #6D5C4F;
	                font-weight: bold;
	                text-decoration: none;
                }

a:link          {
	                color: #6D5C4F;
	                font-weight: bold;
	                text-decoration: none;
                }

a:visited       {
	                color: #6D5C4F;
	                font-weight: bold;
	                text-decoration: none;
                }

a:hover         {
	                color: #FFFFFF;
	                text-decoration: none;
                        font-weight: bold;
                }

hr 		{
			color: #674006;
		}