/*GLOBAL ITEMS*/

p {
	font: 14px/20px Garamond, Georgia, serif;
	color: #000000;
	padding: 0 10px 10px 0;
	margin: 0;
	border: 0;
}



h1 {
	font: 24px/30px Garamond, Georgia, serif;
	color: #000000;
	font-weight: bold;
	padding: 10px 10px 10px 0;
	margin: 0;
	border: 0;
}


h2 {
	font: 14px/20px Garamond, Georgia, serif;
	color: #000000;
	font-weight: bold;
	padding: 0 10px 10px 0;
	margin: 0;
	border: 0;
}



a:link, a:visited {
	font: 14px/20px Garamond, Georgia, serif;	
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


a:hover, a:active {
	font: 14px/20px Garamond, Georgia, serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


