

body	{
	margin:	0;
	padding: 0;
	font-family: georgia, palatino, times new roman, times, serif;
	font-size: 11px;
	color:	#fff;
	background : #999;  
	}
	
a:link	{
	color:	#FFCCCC;
	background-color: transparent;
	text-decoration: none;
	}
a:visited	{
	color:	#FFCCFF;
	background-color: transparent;
	text-decoration: none;
	}
a:active	{
	color:	#ffccff;
	background-color: transparent;
	text-decoration: none;
	}
a:hover	{
	color:	#fff;
	background-color: #ffcccc;
	text-decoration:	none;
	}
div, p, td  {
             /* redundant selectors because it's a shame */
    font-family:  georgia, palatino, times new roman, times, serif;
    font-size: 11px;
    }

.debut{
	padding: 10px 10px;
	margin: 5% 15%;
	}
p { text-decoration: line-through;
	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;
	}
	
#footer {
	font: 10px  verdana, arial, geneva, helvetica, sans-serif;
	color: #999966;
	background-color: #fff;
	margin-top: 138px;
	padding-top: 20px;
	border-top: 1px dotted #cccc99;
	text-align: center;
		}




