/* GLOBAL SETTINGS */
* { font-family: Verdana;  
	padding: 0; 
	margin: 0;
	border: 0;
}


/* Text Styles */ 
.edit1 { color: #009EE0; }
.edit2 { color: #e2007a; }
.edit3 { color: #061ed6; }
.edit4 { color: #f66c01; }
.edit5 { color: #4d4d4d; }
.edit6 { color: #C80E0E; }

.edit1 u { color: #009EE0; text-decoration: underline; }
.edit2 u { color: #e2007a; text-decoration: underline; }
.edit3 u { color: #061ed6; text-decoration: underline; }
.edit4 u { color: #f66c01; text-decoration: underline; }
.edit5 u { color: #4d4d4d; text-decoration: underline; }
.edit6 u { color: #C80E0E; text-decoration: underline; }

.edit1 i, .edit1 em { color: #009EE0; font-style: italic; }
.edit2 i, .edit2 em { color: #e2007a; font-style: italic; }
.edit3 i, .edit3 em { color: #061ed6; font-style: italic; }
.edit4 i, .edit4 em { color: #f66c01; font-style: italic; }
.edit5 i, .edit5 em { color: #4d4d4d; font-style: italic; }
.edit6 i, .edit6 em { color: #C80E0E; font-style: italic; }

.edit1 b, .edit1 strong { color: #009EE0; font-weight: bold; }
.edit2 b, .edit2 strong { color: #e2007a; font-weight: bold; }
.edit3 b, .edit3 strong { color: #061ed6; font-weight: bold; }
.edit4 b, .edit4 strong { color: #f66c01; font-weight: bold; }
.edit5 b, .edit5 strong { color: #4d4d4d; font-weight: bold; }
.edit6 b, .edit6 strong { color: #C80E0E; font-weight: bold; }

a { text-decoration: none; border: 0; }
.hyperblue { text-decoration: underline; color: #009EE0; border: 0; }
.hypergrey { text-decoration: underline; color: #e2007a; border: 0; }


/* strong,b { font-weight: bold; }
u { text-decoration: underline; }
i { font-style: italic;} */


