/* CSS Document */


a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.Estilo1 {
	color: #FFFFFF;
	font-style: italic;
	font-size: medium;
}

BODY {
font-family : Verdana, sans-serif; 
font-size : x-small; 
margin-left : 0.25in; 
margin-right : 0.25in; 
} 
P, TD {
font-family : Verdana, sans-serif; 
font-size : x-small; 
color : #669900; 
font-weight : bold; 
background : #ffffff; 
} 
H6 {
font-family : Verdana, sans-serif; 
font-size : large; 
color : #000000; 
background : #ffffff; 
font-weight : bold; 
font-style : inherit; 
} 
H5 {
font-family : Verdana, sans-serif; 
font-size : x-small; 
color : #000000; 
background : #ffffff; 
font-weight : bold; 
font-style : inherit; 
} 

H4 {
	font-family : Verdana, sans-serif;
	font-size: medium;
	color : #000000;
	font-weight : bold;
	font-style : inherit;
	align: center;
	background-color: #ffffff;
	text-align: center;
} 

div {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color : #669900; 
	background : #ffffff; 

	
	
}

hr { height: 3;
color="#336600"}





	 .Comic {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: oblique;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: overline;
	color : #000000; 
	background-color: #80FF00;
}
