h {
margin: 0%;
padding: 0%;
}
h1 {
  font-family: Georgia, Verdana,Helvetica,sans-serif;
  font-size: 2.5em;
  color: black;
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 2px;
  margin-top: .3em;
  margin-bottom: .3em;
}
ul {
  list-style-type: circle;
  list-style-position: inside;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .95em;
  padding-top: 0em;
  padding-bottom: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 1em;
}
div.contact {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  font-family: Times,serif;
  text-align: center;
  color: black;
  line-height: 1.1em;
  margin-top: 0%;
  margin-right: 20%;
  margin-left: 20%;
  }
a:link {
  color: #3333ff;
  font-style: italic;
  text-decoration: none;
}
h2 {
  font-family: "Lucida Grande","Trebuchet MS",Helvetica,sans-serif;
  font-size: 1.3em;
  letter-spacing: .23em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  border-bottom: dotted 1px;
  margin-right: 13%;
}
h3 {
  position: relative;
  font-style: italic;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.2em;
  margin-top: 0em;
  margin-bottom: 1em;
  padding: 0em;
}
h4 {
  font-style: italic;
  font-weight: normal;
  font-size: 1.05em;
  margin-left: 1em;
  margin-right: 8%;
  margin-top: 0em;
  padding-top: .4em;
  margin-bottom: .3em;
}
body {
  border: 3px double black;
  padding: 15px;
  margin: 20px
}
.edu {  font-style: normal;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  font-size: .95em;
  padding-top: 0em;
  margin-top: 0em;
  margin-left: .5em;
}
span.comp
{
     position: absolute;
     top: 0; left: 0; z-index: 100;
}
span.date
{
     position: absolute;
     top: 0; right: 13%; z-index: 100;
     text-align: right;
}
a.sec {
cursor: default;
display: block;
color: black;
text-decoration: none;
}
a.sec:hover { 
background-color:#ffdead;

}

@media print {

body {
  border: none;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 22pt;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
div.contact {
  font-size: 9pt;
  }
ul {
  font-size: 10pt;
  padding: 0;
  margin: 0 7%;
  list-style-position: outside;
}
h2 {
   font-size: 12pt;
}
h3 {
   font-size: 11pt;
}
span.date
{
   right: 3%;
   font-size: 10pt;
}
h4 {
   font-size: 11pt;
}
.edu {
   font-size: 10pt;
}
}