body
{
	font-family: Arial, "Century Gothic", Arial, sans-serif ;
	width: 800px;
}

.nav
{
width: 180px;
text-align: center;
color: #FFE7AD;
background-color: #025B4B;

}
.nav_guide
{
width: 180px;
text-align: center;
color: #FFE7AD;
font-size: smaller;
font-style: italic;
background-color: #025B4B;
}

.nav_links
{
width: 180px;
text-align: left;
color: #FFE7AD;
background-color: #025B4B;
vertical-align: top ;
font-style: bold;
}

.code
{
font-family: Courier, Arial, Helvetica, sans-serif ;
font-size : smaller;
background-color: #cccccc;
}

.content
{
color: black;
width: 620px;
background-color: white;
}

.content_title
{
background-color: #025B4B;
border: none;
border-width: thin;
color: #ffefd6;
width: 620px;
text-align: center;
}

.quote
{
vertical-align : top;
font-family: "Century Gothic", Arial, sans-serif ;
font-style : italic;
font-size : smaller;
color: blue;
background-color: white;
}
