<!--

/*  Navigation  --- These changes the navigation text look on the whole site */
a:link.left_navigation 
{
	 font-family: Arial;
	 font-size: 12pt;
	 color: #003333;
	 text-decoration: none;
	 font-weight: bold 
}
a:visited.left_navigation
 {
 	font-family: Arial;
 	font-size: 12pt;
 	color: #003333;
 	text-decoration: none;
 	 font-weight: bold
 }
a:hover.left_navigation
 {
	font-family: Arial;
	font-size: 12pt;
	color: #003333;
	text-decoration: none;
	font-weight: bold
}
a:active.left_navigation
{ 
	font-family: Arial;
	font-size: 12pt;
	color: #003333;
	text-decoration: none;
	font-weight: bold
}


/*  margin:0 0px; ---- This changes the bottom, left, right, top margin  background color of whole site 
    background-color: #FFFFFF;   ---- This changes the background color of whole site   */

body 
{		
		margin:0 0 0 0px;				
		background-color: #FFFFFF;		
}

/*  heading_text   ----- This changes the appearence of "Tony Walker visual artist"  */
.heading_text
{
		color:	#003333;
		font-family: arial;   
		font-weight: bold;
		font-size:	 10pt;
}

/* top_strip_1 / 2/3 by changing these values you can effect the color and height top strips. */
.top_strip_1 
{
	background-color: #FFFFFF;
	height: 1px;
}
.top_strip_2 
{
	background-color: #FFFFFF;
	height: 1px;
}
.top_strip_3
{
	background-color: #FFFFFF;
	height: 1px;
}

/* top_strip_4 is the one with features the line "TONY WALKER visual artist" . */
.top_strip_4
{
	background-color: #FFFFFF;
	height: 1px;
}

/* strip_5 is the left hand side navigation strip */ 
.strip_5
{
	background-color: #FFFFFF;
}


/* navigation_strip . */
.navigation_strip
{
	background-color: #FFFFFF;
	width: 220px;
}


/*  body_strip_1 by changing these values you can effect the color and width body strip. */
.body_strip_1
{
	background-color: #FFFFFF;
	width: 2px;
}

/* body_strip_2 by changing these values you can effect the color of the main body strip. */
.body_strip_2
{
	background-color: #FFFFFF;
}




/* The "_text" can change the appearence of the text thur out the site. */
.normal_text 
{
	color: #003333;
	 font-family: Arial;
	 font-size: 10pt;
	 font-weight: normal
}
.bold_text
 {
 	color: #003333;
 	 font-family: Arial;
 	 font-size: 10pt;
 	 font-weight: bold
 }
.address_text
{ 
	color: #003333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

.picture_description
{ 
	color: #003333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold
}


-->