
.fixedresize {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
  background-color: black;
  font-size: 14px;
  color: purple;
  font-family: "Times New Roman";
  text-align: left;
  line-height: 0px;
}

h1 {
  color: red;
  font-family: helvetica;
  font-size: 30px;
    font-size: 1.5vw;
  line-height: 0px;
  text-align: center;
  
}

a:link {
    text-decoration: none;
	color: white;
}

a:visited {
    text-decoration: none;
	color: white;
}

a:hover {
    color: red;
}

a:active {
    text-decoration: none;
	color: red;
}

h2 {
  color: red;
  line-height: 0px;
  font-size: 25px;  
  text-align: center;
 }
 
br {
 line-height: 20px;
}

h3 {
  color: white;
  font-size: 20px;
  font-size: 1vw;
  line-height: 0px;
  text-align: center;
  font: Monospace;
}

h4 {
  color: red;
  float: middle;
  line-height: 0px;
  font-size: 20px;  
  font-size: 1vw;
  text-align: center;
 }

h5 {
  color: white;
  float: middle;
  line-height: 0px;
  font-size: 20px; 
  font-size: 1vw;
  text-align: center;
  text-decoration: underline;
} 
 
h6 {
  font-family: monospace;
  font-size: 15px;
  line-height: 0px;
  text-align: center;
  text-decoration: bold;
}

th, td{
    text-align: center;
}

.curp {
  text-decoration: underline;
}

.gre {
  color: green;
}

.ylw {
  color: pink;
}
