﻿/* CSS Document by James Potts 2008 */

* {margin: 0;
   padding: 0;
}

a:link {
	color: #6C6A41;
	text-decoration: none;
}   /* unvisited link */
a:visited {color: #595726;
    text-decoration: none;
}   /* visited link */
a:hover {color: #595726;
	font-weight: bold;
	text-decoration: underline;
}   /* mouse over link */
a:active {color: #595726;
	font-weight: bold; 
}   /* selected link */

