/*Style sheet for Biography*/

body {
background-color: #304050;      /*changes background color */
color: #eeeeee;                 /* changes main font color */
font-family: times new roman;   /* font */
font-size: 14pt;
}

p {
font-size: 12pt;
line-height: 16pt;
}

a{
text-decoration: underline;
font-family: times new roman;
color: #ff8000; /* Modifies the color of your links */
font-size: 11pt;
}

a:hover {
text-decoration: none;
}

h1 {
font-family: times new roman,serif;
font-color: #ff8000;
letter-spacing: 3px;
margin-bottom: 20px;
}

h2 {
font-family: times new roman,serif;
font-color: #ff8000;
letter-spacing: 2px;
word-spacing: -1px;
margin-top: 5px; 
margin-bottom: 5px;
}

hr {
height: 2px;
color: #bbbbbb;
background-color: #bbbbbb;
border: 0px;
}
 
hr.end {
height: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

span.footer {
font-size: small;  
font-family: times new roman,serif;
}

span.italic {
font-style: italic;
}

table {
align: center;
}

