.alert {
color: red;
font-style: bold;
font-size: 1.2em;
}

.powpt {
color: green;
font-style: bold;
font-size: 1.2em;
}

<!--- Watershed page display styles. These styles were designed to reach a layout similar to the one used in the previous site version, without the use of tables --->

#watershedheader {
background-image: url(../assets/graphics/photos/faded_river.jpg);
background-repeat: no-repeat;
margin-bottom: 20px;
padding-bottom: 90px;
}
p.watershedcontent {
padding-top: 40px;
}
#waterway {
padding-bottom: 130px;
}

#stjohn {
padding-bottom: 100px;
}
p.smallbreadth {
padding-bottom: 90px;
}

<!--- End watershed page display styles --->

<!--- This style isolates the to top link from any page content --->
#totop {
padding-top: 200px;
}

.tablerowcolor {
background-color: #BFFFED;
}