/**************************************
+                                     +                 
+   CREDEX.NET General CSS Elements   +
+                                     +
+   - to turn on debugging css        +
+     just uncomment the first line   +
+     that has @import                +
+                                     +
+++++++++++++++++++++++++++++++++++++++++
+   COVERS:                             +
+   General text and                    +
+   presentation styles                 +
/****************************************/

/* for Debugging - uncomment the next line to view placement boundaries 
@import 'debug.css';*/


/***************************/
/**  CORE STYLES          **/
/***************************/

body {background:orange;}

<!---->	font : .75em Verdana, Arial, Helvetica, sans-serif;
	color: #46463d;
	margin : 0px;
	padding : 0px;
	background:	#FFA500;
	text-align: center;<!---->
}

h1 {color:blue}
h2 {color:green}
h3 {color:white}


