   a:link    {text-decoration: none; font-weight: bold; color: #FFFFFF;}
   a:active  {text-decoration: none; font-weight: bold; color: #FFFFFF;}
   a:visited {text-decoration: none; font-weight: bold; color: #FFFFFF;}
   a:hover   {text-decoration: blink; font-weight: bold; color: #EFEFF8; text-transform: none;}
   
   a.email:link {text-decoration: none; font-weight: bold; color: #FFFFFF;}
   a.email:active {text-decoration: none; font-weight: bold; color: #FFFFFF;}
   a.email:visited {text-decoration: none; font-weight: bold; color: #FFFFFF;}
   a.email:hover {text-decoration: none; font-weight: bold; color: #EFEFF8;}
   
	html {overflow-y: scroll;}

	paragraph   {font: 12px Arial; color: #CCCCCC; text-decoration: none;}

	h1 			{font-size: 13px; font-family: Arial; font-weight:bold; color: #FFFFFF;}

	h2 {font-size: 13px; font-family: Arial; font-weight:bold; color: #FFFFFF;}

   body {
    background-image:url('http://www.lavenham-photographic.co.uk/images/bg.jpg');
    background-position: 0px 0px; background-attachment: fixed;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Arial; color: #CCCCCC; text-decoration: none;	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	}

/* ******** Making Left-hand colomn have fade .png on right, right-hand colomn have fade .png on left ******* */

.tablel	{background-image:url(http://www.lavenham-photographic.co.uk/images/lfade.png); background-position:right; background-repeat: repeat-y}

.tabler	{background-image:url(http://www.lavenham-photographic.co.uk/images/rfade.png); background-position:left; background-repeat: repeat-y}

/* *********** Making boxes with colourmatch on pages: CHANGE THIS PINK COLOUR TO COLOURMATCH**************** */ 

.tableb	{border-color: #B54C5A; border-width: 2px; border-style: solid;}
		 


/*
***********  Options for border lines are:

border-width: 7px;
border-style: outset;
border-style: inset; 
border-color: #B54C5A; 

Other style options: (p.solid etc only makes it selectable in file)
p.solid {border-style: solid; } 
p.double {border-style: double; } 
p.groove {border-style: groove; } 
p.dotted {border-style: dotted; } 
p.dashed {border-style: dashed; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
p.ridge {border-style: ridge; } 
p.hidden {border-style: hidden; }

Other example: different sides etc
h5 { border-left-style: groove; 
border-left-color: green; 
border-left-width: 15px; 
border-bottom-style: ridge; 
border-bottom-color: yellow; 
border-bottom-width: 25px; }

*********** Options for backgrounds are: 

background-image: url(smallPic.jpg) (Sets image)
background-repeat: repeat; (Repeats constantly)
background-repeat: repeat-y; (Repeats Y- axis only)
background-repeat: repeat-x; (Repeats X- axis only)
background-repeat: no-repeat; (Doesn't repeat)
background-position: 0px 0px; (Puts in position)
background-attachment: fixed; (Fixed, doesn't move on scroll)
background-position:right; (Aligns to one side)
background-color: #333333; (Sets colour)


*/
