body
{
	margin: 0px auto;
	background-color: #000000;
	
}
.fond
{
	width: 550px;
	background-image: url('../images/RATM4.jpg');
	height: 413px
}
.welcome
{
	font-family: Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
	
}
.text
{
	height: 413px;
	width: 550px;
	margin-left: 10px ;
    padding-top: 0px auto;
	margin-right: 10px;
	font-family: courier new;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: White;
	text-decoration: none;
	text-align: center;

}
.href
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}
.href:hover
{
	color: #ED1B24;
	text-decoration:none;
}