/********************************************
   AUTHOR:  			Laurent Dusserre 
   WEBSITE:   			http://www.
	TEMPLATE NAME: 	feed 450
   
   VERSION:          0
	LAST MODIFIED:    June 1 2009       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px; 	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family:'Osaka', sans-serif;
	font-size: 11px;
	text-align: left;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }


