/*********** body ***********/

BODY{
	color:#DADADA;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	background-image : url(images/bg_main.jpg);
	background-attachment: fixed;
    scrollbar-base-color: #6699CC;
	}
	
.h1_1{
	font-size:12px;
	line-height:22px;
	}


/************ A ************/

A:LINK		{color : #00ecec;
			text-decoration: underline;}
			
A:VISITED	{color : #00cccc;
			text-decoration: underline;}

A:HOVER		{color : red;
			text-decoration: underline;}