/* CSS Document */
html,body{
	height:100%;
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify
}
#legal{
	width:400px;
}
#legal .content{
	padding:20px;
	font-size:11px;
}
#legal .violet{
    font-size:12px;
	color:#93117E;
	font-weight:bold;
	padding-top:15px;
}
#legal .gris{
	color:#808080;
	font-style:italic;
}
#legal p{
	color:#808080;
	margin:0px 0px 10px 0px;
}
a:link {

    color: #808080;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}
a:visited {

    color: #808080;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}
a:hover {

    color: #808080;

    text-decoration: none;

    font-weight: normal;

    font-style: normal;

}
a:active {

    color: #808080;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}


