body{


}

body td {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 9px;
	line-height: 0.4cm; 
	color: #000000;
}

h2 {
	font-family: Georgia, Garamond, serif;
	font-size: 20px;
	font-weight: 400; /* 400 is normal weight 700 is bold */
	font-style: none;
	color: #000000;
	margin:0px
}

h1 {
	font-family: Georgia, Garamond, serif;
	font-size: 11px;
	font-weight: 400; /* 400 is normal weight 700 is bold */
	font-style: italic;
	color: #000000;
	margin:0px
}

.title {
	font-size: 11px;
	font-weight: 400; /* 400 is normal weight 700 is bold */
	color: #808080;
	margin:0px
}

.date {
	font-size: 9px;
	font-weight: 400; /* 400 is normal weight 700 is bold */
	color: #000000;
	margin:0px
}

/* ## Links ## */
	a:link {
		color: #000000;
		text-decoration: underline;
	}
	a:visited {
		color: #000000;
		text-decoration: underline;
	}
	a:hover {
		color: #708090;
		text-decoration: none;
	}

/* ## MAIN NAV ## */
	a.main_nav:link {
		font-family: Georgia, Garamond, serif;
		font-size: 11px;
		font-weight: 400; /* 400 is normal weight 700 is bold */
		color: #000000;
		text-decoration: none;
	}
	a.main_nav:visited {
		font-family: Georgia, Garamond, serif;
		font-size: 11px;
		font-weight: 400; /* 400 is normal weight 700 is bold */
		color: #000000;
		text-decoration: none;
	}
	a.main_nav:hover {
		font-family: Georgia, Garamond, serif;
		font-size: 11px;
		font-weight: 400; /* 400 is normal weight 700 is bold */
		color: #A9A9A9;
		text-decoration: none;
	}


/* ## PORTFOLIO NAV ## */
	a.portfolio:link {
		color: #708090;
		text-decoration: none;
	}
	a.portfolio:visited {
		color: #708090;
		text-decoration: none;
	}
	a.portfolio:hover {
		color: #000000;
		text-decoration: underline;
	}
