body {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  padding-left: 100px;
  padding-right: 100px;
}

ul { 
	margin-left: 0em;
	padding-left: 1em;
}

h1 {
   font-size: 24pt;
   text-align: center;
}

h2 {
   font-size: 15pt;
}

td {
   padding: 5px 50px 5px 50px;
}  

a:link {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
   color: red;
}

div#personal-info 
{
   font-size: 15pt;
   font-style: normal;
}

