/* BFS 2007 "portraits" Mal H. 07/02/2007 */

body 		{
		background: white;
		margin: 0px 5px 5px 5px;
		scrollbar-arrow-color: "#993333";   /* NS will ignore scrollbar attributes */
          	scrollbar-face-color: white;
        	scrollbar-highlight-color: white;
		scrollbar-3dlight-color : "#993333";
  		color: "#993333";
		font-family: Geneva, Arial, Helvetica, sans-serif;
        	font-size: 12px;
		font-weight: normal
		}

span.tall	{
		font-size: 64px
		}
span.medium	{
		font-size: 20px
		}

table 		{ 
		border: none
		}
		
td		{
		font-family: Geneva, Arial, Helvetica, sans-serif;
        	font-size: 12px;
		font-weight: normal;
		border-color: "#993333"
		}

td.nnnn		{
		border: none
		}	     
td.ssss		{
		border-style: solid solid solid solid; 	/* top right bottom left */
		border-width: 1px
		}
td.nnnn		{
		border-style: none none none none ; 	/* no borders */
		border-width: 1px
		}
td.nnss		{  
		border-style: none none solid solid;	/* bottom left */
		border-width: 1px
		}
td.snss		{  
		border-style: solid none solid solid;	/* top bottom left */
		border-width: 1px
		}
td.nsss		{  
		border-style: none solid solid solid;	/* right bottom left */
		border-width: 1px
		}
td.snns		{  
		border-style: solid none none solid;	/* top left */
		border-width: 1px
		}
td.ssns		{  
		border-style: solid solid none solid;	/* top right left */
		border-width: 1px
		}
td.snnn		{  
		border-style: solid none none none;	/* top */
		border-width: 1px
		}
td.nnns		{  
		border-style: none none none solid;	/* left */
		border-width: 1px
		}
td.nnsn		{  
		border-style: none none solid none;	/* bottom */
		border-width: 1px
		}

p		{
		margin: 10px;
		margin-top: 0;
		text-indent: 15px
		}
		
img.album 	{
		border: #993333 solid 1px;
		}
					
img.null  	{
		border: 1px solid white;		/* NN is particular here */
		height: 0px
          	}
		
td.link		{
		border: #993333 solid 1px;
		text-align: center;
		width: 90px
		}
			  
a.menu  	{
		text-decoration: none;
        	font-weight: bold;
		color: darkred
        	}
a.menu:visited 	{
		font-weight: bold;
		color: gray
	       	}
a.menu:hover	{
		color: darkred; 
		font-weight: bold;
		text-decoration: underline
	    	}

/* footer links */
a.foot  	{
		text-decoration: none;
        	color: brown;
        	}
a.foot:visited 	{
		color: gray
	       	}
a.foot:hover	{
		color: brown; 
		text-decoration: underline
	    	}