/*****************************************************
 *	Class based styles for linux/*.html
 */

/*****************************************************
 *	Block elements 		
 */

BODY.linux		{
	background-image:	url(../graphics/backdrop.jpg);
	color:			black;
	background-color:	white;
	background-attachment:	fixed;
	}

H2			{
	text-align:		center;
	}

H3, H4, H5     		{
	font-family:		Arial, Helvetica, sans-serif;
	}

KBD			{
	color:			rgb(204,51,0);
	}
	
PRE			{
	color:			rgb(0,0,255);
	}
	
/*****************************************************
 *	Inline elements
 */
