body {
	background-color : #9B0000;
	color : white;
}


a {
	text-decoration : none;
	color : white;
}

a:hover{
	color : #003300;
}

img {
	border : none;
}

table {
	border-color : gray;
	border-collapse : collapse;

}

#deco
{
   float: right; 
   width: 500px;
}
