html {
  height : 100%;
}

body {	
/*--
background-image: url(img/back_x.gif);
		background-repeat:repeat-x;
--*/
		font-family: Arial, Helvetica, sans-serif;
		  height : 100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#1B1B1B;
  line-height:18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tableback{
height:100%;
		background-repeat:repeat-y;
		background-image:url(img/background2.jpg)
}


.archive{

border-bottom:#AAAAAA solid 1px;
margin-bottom:10px;

}


a{
  color:#999999;
  text-decoration:none;

}

a:hover{
color:#E23988

}




