.large-text {
 font-size: 1.8em;
}


.large_red { 

	font-size: 1.8em; color: red;

}

a:link.large_red { 

	color: red; text-decoration: none;

}

a:visited.large_red { 

	color: red; text-decoration: none;

}

a:hover.large_red { 

	color: red; text-decoration: underline;

}



.small_red { 

	font-size: 1em; color: red;

}

a:link.small_red { 

	color: red; text-decoration: none;

}

a:visited.small_red { 

	color: red; text-decoration: none;

}

a:hover.small_red { 

	color: red; text-decoration: underline;

}
