a:link       { color: Mediumblue; background-color: Lavender; text-decoration: underline }
a:visited    { color: blue; background-color: Lavender; text-decoration: underline }
a:hover      { color: Navy; background-color: Gold; text-decoration: none;}
a:active     { color: white; background-color: Mediumblue; text-decoration: underline}
body {
		background-color: Lavender; margin-top: 1px;
}
body,p,td       {
	color: Black;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4 {
	color: Mediumblue;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 1px;
	font-family: Georgia;
}
h1 {	font-size: 130%;}
h2 {	font-size: 120%;}
h3 {	font-size: 110%;}
h4 {	font-size: 105%;}
hr {	color: Mediumblue;}

 .dspcalTable {background-color:DodgerBlue; color:Navy; border:1px groove silver;}
 .dspcalTitle {font-size:x-small;font-family:Georgia,Serif; font-weight:Bold;
               background-color:Azure; color:Navy; text-align: center;}
 .dspcalWeek1 {font-size:100%;background-color:Azure; color:Indigo;}
 .dspcalDias  {font-size:xx-small;background-color:Azure; color:Black; text-align: center;}
 .dspcalSab   {background-color:Lightskyblue;}
 .dspcalDom   {background-color:Deepskyblue;} 
 .dspcalHoy   {font-size:xx-small;background-color:Azure; color:White; text-align: center;
               font-weight:Bold; background-color:Red;}