body	{
	background: url('../img/square.gif');
	}

	/*  Typography */

	
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}


p, a, ul	{
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 140%;
	text-align:left;
	margin-top:0;
	margin-bottom: 1em;
	}
	
	
	/* General linkology */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #999;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #526968;
	background: transparent;  
	}


