/* Default Colors Stylesheet */



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body {background-color:#d4dede;}

/* 1.2 Hyperlinks */

a, a:visited {text-decoration:none; color:#565a62;}
a:hover {text-decoration:none; color:#febc11;}
img {border:none;}


