body
{
    font-family: "Courier New";
}

h1, h2, h3, h4, h5
{
    font-family: "Times New Roman";
}

hr
{
    width: 75%;
}

#title
{
    font-size: 20pt;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

#title a
{
    color: black;
    text-decoration: none;
}

#nav
{
    text-align: center;
}

#nav ul
{
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 10px 0px;
}

#nav li
{
    display: inline;
}

#nav a
{
    padding: 10px 20px 10px 20px;
    color: black;
    text-decoration: none;
}

#nav li a:hover
{
    background-color: lightcoral;
}

#content
{
    width: 600px;
    text-align: justify;
    text-justify: inter-word;
    margin: auto;
    font-family: "Times New Roman";
    font-size: 14pt;
    line-height: 1.5;
	
}

p
{
     text-indent: 2em;
}


.noindent
{
    text-indent: 0;
}