/*  Bold/Large Font  */
.largefont
{
font-size: 1.15em;
font-weight: bold;
font-style: normal;
}



/*  Species Name  */
.species
{
font-style: italic;
}



/*  Synonym Formatting  */
.synonyms
{
font-style: italic;
}



/*  Headers  */
h2
{
font-size: 1.5em;
}

h3
{
font-weight: bold;
}


/*  Article Hanging Indent  */
.article
{
text-indent: -30px;
margin-left: 30px;
}


/*  Indent  */
.indent
{
text-indent: 5px;
}

/*  Classification Indentation  */

#level1
{
text-indent: 0px;
}

#level2
{
text-indent: 5px;
}

#level3
{
text-indent: 10px;
}

#level4
{
text-indent: 15px;
}

#level5
{
text-indent: 20px;
}

#level6
{
text-indent: 25px;
}

#level7
{
text-indent: 30px;
}

#level8
{
text-indent: 35px;
}

#level9
{
text-indent: 40px;
}

#level10
{
text-indent: 45px;
}

/* Created by Jonathan Cowles */