﻿.grande
		{ font-size: 30px;
		}
.masgrande
		{font-size: 40px;
		}
.pequeña
		{ font-size: 10px;
		}
.maspequeña
		{ font-size: 5px;
		}		
.negrita
		{ font-weight: bold;
		}
.cursiva
		{ font-style: italic;
		}
.subrayado
		{ text-decoration: underline;
		}
.teletipo
		{ font-family: monospace;
		}
.tachado
		{text-decoration:line-through;
		}
.especial
		{ font-weight: bold;
		  font-style: italic;
		}

