body {
	background-color: black;
	background-image:url(saladrigues_image_03-v.png);
	background-repeat:repeat-y;
	background-position:right;
	size: cover;}

h1 {font-family: "monospace";
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 24px;
	line-height:1.2em;
	letter-spacing: 3px;
	word-spacing: normal;
	text-transform: none;
	text-align: justify;
	text-decoration: none;
	color: LightGray;}
h2 {font-family: "monospace";
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 20px;
	line-height:1em;
	letter-spacing: 2px;	
	word-spacing: normal;
	text-transform: none;
	text-align: justify;
	text-decoration: none;
	color: LightGray;}
h3 {font-family: "monospace";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height:1em;
	letter-spacing: 1px;
	word-spacing: normal;
	text-transform: none;
	text-align: justify;
	text-decoration: none;
	color: LightGray;}
h4 {font-family: "monospace";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height:1.2em;
	letter-spacing: 1px;
	word-spacing: normal;
	text-transform: none;
	text-align: justify;
	text-decoration: none;
	color: LightGray;}
p {padding: 20px 0px 0px 0px;}
a:link {
		color: LightGray;
		text-decoration: none;
	}
a:visited {
		color: LightGray;
		text-decoration: none;
	}
a:hover {
		color: orange;
		text-decoration: none;
	}