

body	{
	margin:	0;
	padding:	0;
	font-family: georgia, times, serif;
	font-size: 11px;
	color:	#000;
	background : #999;  }
a:link	{
	color:	#006699;
	background-color: #fff;
	}
a:visited	{
	color:	#666;
	background-color: #fff;
	}
a:active	{
	color:	#cc0;
	background-color: #cc6600;
	}
a:hover	{
	color:	#fff ;
	background-color: #006699;
	}
	
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
	
	div, p, th, td, li   {
             /* selectors because the web is old */
    font-family:  verdana, arial, geneva, sans-serif;
    }

a.perma:link	{
	color:	#666;
	background-color: #fff;
	
	}
a.perma:visited	{
	color:	#ccc;
	background-color: #fff;
	}

a.perma:hover	{
	color:	#666 ;
	background-color: #fff;
	text-decoration: underline;
	}

a.perma {font-size: 10px;}	    

.content {
	padding: 12px 25px;
	margin: 5% 15%;
	border: 1px solid #999;
	background: #ffccff;
	color: #000;
	}
	
	
.copy {
	padding: 10px 20px;
	width: 350px;
	text-align:left;
	line-height: 140%;
	
	}
	
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}	

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


#leftcontent {
		position: absolute;
		left:0px;
		top:18px;
		width:85%;
		background-color: #666;
		border-bottom: 3px solid #333;
	    color: #333;
		padding: 4px 0px 5px 0px;
		}

b {font-weight: bold;
	color: #333;
	}
		
h1	{
	font-size:	10px;
	line-height: 140%;
	color: #333366;
	background-color: transparent;
	margin:	1.25em 0 0 0;
	font-family:	verdana, arial, geneva, sans-serif;
	font-weight: normal;
	}
	
h2 {font-size: 11px;
	color: #333;
	background-color: transparent;
	}
	
	
.petit {font-size: 10px;
}
	
.strik {text-decoration: line-through;
}

.sender { color: #ffccff;
background-color: #999;
padding: 3px 3px;
}

.resetter { color: #ccc;
background-color: #fff ;
padding: 3px 3px;
}


.form {color: #333;
background-color: #ccc;
padding: 5px 5px;}

#footer {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}

	
