a:link {
  color: #000033;
}
a:visited {
  color: #000033;
}
a:hover {
  color: #030268;
}
a:active {
  color: #000033;
} 
h1 {
  color: #000000;
}
h2 {
  color: #000000;
}
h3 {
  color: #000000;
}
p {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: left;
}
body {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  text-align: left;
}
ul:nth-of-type(1) {
  list-style-type: disc;
}
table, th, td {
  border: 1px solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  margin-left: 0;
}
table tr td:nth-child(1) {
  width:10%;
}
table tr td:nth-child(2) {
  width:15%;
}
table tr td:nth-child(3) {
  width:45%;
}	
<table tr td:nth-child(4) {
  width:30%;
}
th {
  text-align: left;
}