BODY {
	color : Navy;
	background-color : White;
	font-family : Verdana;
	font-size : xx-small;
	text-align : left;
	scrollbar-face-color: #7B68EE;
    scrollbar-shadow-color: #3333cc;
    scrollbar-highlight-color: #3300ff;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: #6495ED;
    scrollbar-arrow-color: #5252A0
}

table {
	font-family : Verdana;
	font-size : xx-small;
	color: Teal;
}


a:link {
	color : Navy;
}
a:visited {
	color: Navy;
}

a:hover {
	color : #FF0000;
}

.H1{
	font-family : Verdana;
	color : #696969;
	font-weight : bold;
	font-size :xx-small;
}

.H2{
	font-family : Verdana;
	color : Blue;
	font-weight : bolder;
	font-size : xx-small;
}
.H3{
	font-family : Verdana;
	color : Blue;
	font-size : xx-small;
	font-weight : bold;
}
.H4{
	font-family : Verdana;
	color : Teal;
	font-size : xx-small;
	font-weight : normal;
}
.boton { 
		font-family: Verdana, sans-serif; 
		font-size: 10px; 
		color: #333333; 
		border: 1px #666666 solid; 
		background-color: #f2f2f2; 
		font-weight: bold
}
