body{
	background-image: url('./images/bg.gif');
}
p{
	text-align : justify;
}
a{
	color : #333333;
	text-decoration : none;
	font-weight : bold;
}
hr{
   height: 1px;
   border: medium none;
   color: #666666;
   background-color: #666666;
}