/* Manual de CSS */
/* Definición de estilos en un archivo aparte */

/* Estilo para el documento */
BODY {
	font-family:Verdana, sans-serif;
	font-size:small;
	margin-left:0.25in;
	margin-right:0.25in;
	overflow:hidden;
}

/* Estilo para la cabecera de nivel 2 */
H2 {font-family:Verdana,sans-serif; font-size:16pt;color:#990000}

/* Estilos para otras etiquetas */
B, TD {
	font-family:Verdana, sans-serif;
	font-size:small;
	color:#000000;
	background-color: #FFCC99;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
TH {font-family:Verdana,sans-serif;font-size:x-small;color:white;background-color:#333399}
PRE, TT, CODE  {font-family:Courier New,Courier;font-size:9pt;color:maroon}

