@import url("20base.css");

/*********** Typography ***********/
/* Links */
a:link				{ color: #069; }
a:visited				{ color: #666; }
a:hover				{ color: #f60; }
a:active				{ color: #f60; }


/*********** Positionning ***********/

/* Header */
#header				{ background: url(../images/clean/topbg.gif) repeat-x; }
#header h1			{ background: url(../images/clean/logo-new.gif) no-repeat; }

#content h3			{ border-bottom: dotted 1px #069; }
#content .comment	{ border-top: dotted 1px #069; }
