/* CSS Document */
body { 
	background-color: #fff;
	margin: 20px 40px 20px 40px;
	}
	
h1	{
	color: #426C5E; /* 3366FF */
	font-family: georgia, "times new roman", serif;
	font-size: 48px;
	font-weight: 200;
	}
	
p.main	{
	color: #426C5E;
	font-family: georgia, "times new roman", serif;
	font-size: 24px;
	line-height: 34px;
	}

a.main	{
	color: #83B0A0; /* #89FFF8; #F6C3A6; */
	font-family: georgia, "times new roman", serif;
	font-size: 24px;
	line-height: 34px;
	text-decoration: none;
	}

a.main:hover {
	background-color: #C4F3E2;
	color: #426C5E;
}

p.notes {
	color: #426C5E;
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
	line-height: 24px;
	}

a.notes {
	color: #83B0A0;
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	}

a.notes:hover {
	background-color: #DAFFF8;
	color: #426C5E;
}
