
body
{
	margin:auto;
	text-align: center;
}

table
{
	margin:auto;
}
td
{
	border:0px;
	padding:0px;
	margin:0px;
	width:260px;
	height:195px;
	text-align: center;
	background: url(http://www.chris-mclaughlin.com/images/box.jpg);
}

h1
{
	font-family: Garamond, Times, serif;
	font-size: 2em;
	font-weight: 10;
}

h2
{
	font-family: Garamond, Times, serif;
	font-size: 3em;
	font-weight: 10;
	margin:0px;
	margin-top:2em;
	padding:0px;
}

h3
{

	font-family: Garamond, Times, serif;
	font-size: 1em;
	font-weight: 10;
	margin:0px;
	margin-bottom:3em;
	padding:0px;
}

a:link
{
	color:#000000;
	text-decoration: none;	
}
a:visited
{
	color:#666666;
	text-decoration: none;
}
a:hover
{
	color:#AA0000;
	text-decoration: underline;
}
a:active
{
	color:#000000;
}