body {
	background-color: #9900ff;
	color:#dd0000;
	margin: 5px;
	background-image: url('./img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
		
}

p.j {
	color: #ffffff;
	font-family: Arial;
	font-style: italic;
	font-size: 16pt;
	font-weight: bolder;
	text-decoration: underline;
	text-align: right;
}

p.g{
	color: #009900;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: lighter;
	font-style: italic;
	text-align: justify;
}

p.tahoma{
	color: #990000;
	font-family: tahoma;
	font-size: 14pt;
	font-style: italic;
	font-weight: bolder;
	text-align: left;
}

p.blue{
	color: #000099;
	font-family: Times New Roman;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

