/* CSS Document */
.linkHeadings
{
	color: navy; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	text-decoration: underline;
	clear: both;
}

.menuLinks
{
	color: navy; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

.linkPadding {
	color: navy; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	margin: 5px;
	text-align: center;
}

.oldLinks a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

.oldLinks a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

.oldLinks a:hover {
	color: #CCC;
	border-bottom: 1px solid #CCC;
}

.oldLinks a:active {
	color: #CCC;
	border-bottom: 1px solid #CCC;
}

.homeHeadings {
	color: #FFCC66; 
	font-family: Georgia, Arial, Times, serif;
	font-weight: bold;
	font-size: 20px;
}

body
{
    font-family: Verdana;
    font-size: 14px;
    color: white;
}

body .regularText
{
    font-size: 100%;
}

.justify
{
    text-align: justify;
}

body .animalName
{
    color: #FFCC66;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

body .animalName2
{
    color: black;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}


.animalDescBackground
{
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: black;
}

.clear
{
    clear: both;
}

.noMarginPadding
{
	margin: 0px;
	padding: 0px;
}