/* Això es un comentari en el fitxer css
Per tant aqui posarem els tipus d'estils que ens demana.*/


p.num1 {
	color: black;
	background-color: grey;
	font-family: Courier New;
	font-size: 14;
	font-weight: 700;
	font-style: italic;
	text-decoration: overline;
}

p.num2 {
	color: white;
	background-color: black;
	font-family: Arial;
	font-family: 12;
	text-indent: 2em;
	text-align: center;
	word-spacing: 0.5em;
}

p.num3 {
	color: yellow;
	background-color: red;
	font-family: Courier New;
	font-family: 11;
	font-style: bold;
	line-height: 2;
}

p.num4 {
	color:  #46ff33;
	background-color: black;
	font-family: Arial;
	font-family: 
	font-weight: 400;
	font-style: oblique;
	text-decoration: overline dotted;
}

p.num5 {
	color: #ff1000;
	background-color: #e4ce0d;
	font-family: Oswald;
	font-size: 20;
	text-align: left;
	font-style: normal;
	text-decoration: underline;
}