
a:link, a:visited, a:active {
  color: #EE0000;
  text-decoration: none;
}

a:hover {
  color: #EE0000;
  text-decoration: none;
}


BODY {
  margin: 0px;
}

TABLE {
  text-align:left;
  border-collapse: collapse;
}

P {
  font-family: Arial, Verdana;
  text-align:justify;
  font-size: 13px;
}

li {
  font-family: Arial, Verdana;
  text-align:justify;
  font-size: 12px;
}

#cuerpo {
  text-align: left;
  font-family: Arial, Verdana;
  font-size: 14px;
  color: black;
  margin-left:10px;
}

#headawards, #headblue, #headgreen, #title, #infored {
  font-family: Arial, Verdana;
}

#infored {
  font-size: 14px;
  font-weight:bold;
  color: red; 
}

#headawards {
  font-size: 10px;
  color: green;
}

#headblue {
  font-size: 35px;
  color: blue;
}

#headgreen {
  font-size: 20px;
  color: green;
}


#introgreen, #introblue, #introred,#titleintrogreen, #titleintroblue {
  font-family: Arial, Verdana;
}

#introgreen {
  font-size: 10px;
  color: green;
  padding-left: 70px;
  padding-right: 70px;

}

#introred {
  font-size: 10px;
  color: red; 
}

#introblue {
  font-size: 10px;
  color: blue;
}

#titleintrogreen {
  font-size: 16px;
  font-weight: bold;
  color: green;
}

#titleintroblue {
  font-size: 12px;
  color: blue;
}

#title {
  font-size: 20px;
  font-weight: bold;
  color: green;
  
}

