body{}

section {
	width:700px;

    display:block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    padding: 0 20px 10px 20px;
    font-size: 12pt;
float:center;

    text-align:center;
margin-left:auto;
margin-right:auto;
}

section h1 {
font-weight:bolder;
}
section h2 {


    font-size:1.2em;
}
section h3 {
 text-align:left;

    font-size:1em;
}
section p.interviewer {
 text-align:left;
font-weight: bolder;
    font-size:1em;

}
section p{
 text-align:left;
}

section a:link, section a:visited {
    color:#FFFAFA;
    text-decoration:none;
text-align:right;
}
section a:hover {
    color:#FFD700;
text-align:right;
}

table{
float:center;
text-align: center;
margin-left:auto;
margin-right:auto;

border-collapse: separate;
border-spacing: 20px 5px;
}

th {
color:#FFFAFA;
}
td{
color:#FFFAFA;
}