P { 
	font-family: arial; 
}

A { 
	font-family: arial; 
}

.one { 
	font-weight: bold; 
	font-style: italic; 
	font-size : 16px; 
	color: #DD0000; 
}

.two { 
	font-weight: bold; 
	font-size : 13px; 
	color: #556BE9; 
	text-align: justify; 
}

.three { 
	font-weight: bold; 
	font-size : 12px; 
}

.four { 
	font-weight: bold; 
	font-style: italic; 
	font-size : 20px; 
	color: #DD0000; 
}

.five { 
	font-weight: bold; 
	font-size : 10px; 
	color: #556BE9; 
}

.link { 
	font-weight: bold; 
	font-size : 13px; 
	color: #556BE9; 
	text-decoration: underline;
}

.home { 
	font-weight: bold; 
	font-size : 16px; 
	color: #DD0000; 
}