

body	{
	margin:	0;
	padding:	0;
	font-family: palatino, georgia, times, serif;
	color:	#000;
	background : #fff;  
	}
div, p  {
             /* redundant selectors because it's a shame */
    font-family:  palatino, georgia, serif;
    }

.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #669933;
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}	

img	{
		/* turns off gaps around images hallelujah hallelujah*/
	border:	0
	}

a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#f30;
	background-color: transparent;
	text-decoration: none;
	}
a:visited	{
	color:	#c30;
	background-color: transparent;
	text-decoration: none;
	}
a:active	{
	color:	#cc0;
	background-color: transparent;
	text-decoration: none;
	}
a:hover	{
	color:	#f60;
	background-color: transparent;
	text-decoration:	underline;
	}



