/* TEXT FORMATTING STYLES -- NO COLOR INFORMATION SINCE THAT CHANGES PER PAGE */

p.main-head
{
    font-family: serif;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}
p.subhead
{
    font-family: serif;
    font-size: 125%;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
}
p.body-text
{
    font-family: serif;
    font-size: 100%;
    text-align: left;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 12px;
}
p.dateline
{
    font-family: serif;
    font-size: 100%;
    font-style: italic;
    text-align: right;
    color: #000000;
    margin-top: -12px;
    margin-bottom: 12px;
}
img.left-text
{
    /*align: left;*/
	border-style: solid;
	border-width: 3px;
    margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}
img.right-text
{
    /*align: right;*/
	border-style: solid;
	border-width: 3px;
    margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}

/* TEXT COLOR STYLES -- NO FORMATTING INFORMATION SINCE THAT'S ALWAYS THE SAME */

p.wv
{
    color: #8e6748;
}
img.wv
{
	border-color: #8e6748;
}

p.hiking
{
    color: #9c0000;
}

p.grenoble
{
    color: #0000ff;
}

