
/* ------------------------------------------------------------
COLORS
and colored graphics
this is intended for colors changing switching the CSS
or changing depending on which page of the site
------------------------------------------------------------*/

/* ------------------------------------------------------------
BODY
------------------------------------------------------------*/

body {
/* general text font color - inherited */
	background-color: #fff;
	color: #666;
}

/* ------------------------------------------------------------
General purpose classes - TAGS
------------------------------------------------------------*/



/* -------------------------------------------------   hr --*/

hr {  
	color: #ddd;
}
html>body hr {  
	background-color: #ddd;
}

/* ----------------------------------------------   A link --*/



/* ------------------------------------------------------------
General purpose classes - SPECIFIC CLASSES
------------------------------------------------------------*/



/* ------------------------------------------------------------
WRAPPERS generali
------------------------------------------------------------*/



/* ------------------------------------------------------------
ICONS for files linked
------------------------------------------------------------*/



