a
{
        color: maroon;
	font-family: century gothic;
}

.background
{
	background-color: white;
}

.center
{
	text-align: center;
}

.navbar
{
	background-color: maroon;
	margin-left: 115;
	color: yellow;
}


.contents
{
	color: #ffff99;
	font-family: century gothic;
	font-size: 110%;
}

.picture
{
	background-color: #ffff99;
	padding-left: 3 px;
	padding-right: 3px;
}

.address
{
	color: maroon;
	font-size: 150%;
	font-family: century gothic;
}

.toc
{
	font-family: century gothic;
	background-color: maroon;
	font-size: 110%;
	text-align: center;
}

	
.toc a:link
{
	color: #ffff99;
	text-decoration: none;
	font-weight: bold;
}

.toc a:visited
{
	color: yellow;
	text-decoration: none;
	font-weight: normal;
}

.toc a:hover
{
	color: maroon;
	background-color: #ffff99;
	text-decoration: none;
	font-weight: bold;
}

.toc active
{
	color: yellow;
	text-decoration: underline;
}

.about
{
        font-family: century gothic;
        font-size: 110%;
        background-color: #ffff99;
        color: maroon;
        text-align: center;
        padding: 20px;
}
.unitsize
{
        background-color: maroon;
        color: #ffff99;
        font-weight: bold;
	font-family: century gothic;
        text-align: center;
}
.copyright
{
        background-color: maroon;
        color: #ffff99;
        font-family: century gothic;
        text-align: center;
}
.details
{
        color: black;
        font-family: century gothic;
        font-weight: bold;
        text-align: left;
        font-size: 85%;
}