/********************************************************************************
* phpComasy, Content Management System	                                        *
* http://phpcomasy.noreality.ch                                                 *
*                                                                               *
* Copyright (c) 2005 Emanuel Zuber (www.noreality.ch)                           *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/

/********************************* General styles ******************************/
body {
	margin: 0px;
	padding: 0px;
}
/*******************************************************************************/


/**************************** phpComasy specific styles ************************/
.categories,
.message,
.administration,
.action {
	display:none;
}
/*******************************************************************************/


/******************************** Additional styles ****************************/
.content {
	padding: 0px;
	margin: 0px;
}
/*******************************************************************************/