p
{
    color: black;
    font-family: Georgia;
}

h1
{
    font-weight: bold;
    text-align: center;
}

h2
{
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

h4
{
    border: 3px black double;
    display: inline;
	padding: 3px;
}

li {
    line-height: 25px;
	margin: 10px;
}

header
{
    text-align: justify;
    width: 1600px;
    background-color: #FFFFFF;
    padding: 10px;
    padding-top: 0px;
    margin: auto;
    background: url('Images/test4.png') no-repeat top center ;
    margin-bottom: 10px;
}

nav
{
    margin-top: 0px;
    margin-left: 15px;
    float: left;
    width: 170px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 5px;
    border: 2px solid black;
    text-align: center
}

body
{
    background-color: #D0FFFF;
    color: black;
    width: 100%; 
    margin-right: auto;
    margin-left: auto;
    font-size: large;
}

section
{
    margin-left: 205px;
    padding: 5px;
    border: 2px solid black;
    margin-right: 10px;
    background-color: #FFFFFF;
    border-radius: 15px;
    border-color: #404040;
}

a
{
   text-decoration: none;
   color: blue;
   font-style: italic;
}

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

.PaperTitle
{
font-weight: bold;
}

.PaperAuthor
{
font-style: italic;
}

.item{
  width:300px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 1px;
  margin-top: 10px;
}

.line{
    height: 2px;
    background: black;
}

div.title
{
    text-align: center;
    background-color: #FFFFFF;
    width: 500px;
    border-radius: 15px;
    border: 2px solid black;
    margin: auto;
    position: relative;
    top: 5px;
}

div.nav_links
{
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 5px;

    a 
    {
        text-decoration: underline;
        color: black;
        font-style: normal;
        &:hover
        {
            color: red;
        }
    }
}

img.nav_photo
{
    width: 160px;
}