.paragraph1 {	
			font-family: Tahoma, Geneva, sans-serif;
			font-size: small;
}
.paragraph {	
			font-family: Tahoma, Geneva, sans-serif;
			font-size: medium;
}
.footer { 
		font-size:small;
		font-family: Tahoma, Geneva, sans-serif;
}
.footer a:link { 
		color:#FFF;
		font-size:small;
		font-family: Tahoma, Geneva, sans-serif;
}
.footer a:active { 
		color:#FFF;
		font-size:small;
		font-family: Tahoma, Geneva, sans-serif;
}
.footer a:hover { 
		color:#FFF;
		font-size:small;
		font-family: Tahoma, Geneva, sans-serif;
}
.footer a:visited { 
		color:#FFF;
		font-size:small;
		font-family: Tahoma, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}