body {
	margin-top: 72px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 30px;

	}
	
h1 {
	font-family: helvetica, sans-serif;
	font-size: 20px;
	color: #F30;
	font-weight: bold;
	}
	
h2	{
	font-family: georgia, serif;
	font-size: 14px;
	color: #F60;
	font-weight: bold;
	}
	
	
h3	{
	font-family: helvetica, sans-serif;
	font-size: 18px;
	color: #F30;
	font-weight: bold;
	}
	
p, td, .text {
	font-family: georgia, serif;
	font-size: 12px;
	color: #333333;
	line-height:180%;
	text-align: justify;
	}


.pullquote
{
	font-family: georgia, palatino, serif;
	font-size: 17px;
	font-style: bold;
	text-align: justify;
	line-height:180%;
	color: #9CC;
}

.pullquote2
{
	font-family: georgia, palatino, serif;
	font-size: 28px;
	font-style: bold;
	text-align: left;
	line-height:130%;
	color:#F30;
}
	
.bold {
	font-weight: bold;
	}
	
	
.tip
{
	font-family: georgia, palatino, serif;
	font-size: 30px;
	font-style: bold;
	text-align: justify;
	line-height:180%;
	color: #9CC;
	}

a:link {
	text-decoration: none;
	color: #F30;
	}
	
a:visited {
	text-decoration: none;
	color: #F90;
	}
	
a:hover {
	text-decoration: underline;
	color:#C00;
	}
	
a:active {
	text-decoration: underline;
	color:#F30;
	}
	
