/* 
    Document   : main
    Created on : Apr 8, 2013, 4:43:34 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.boldparagraphlead {
	font-weight: bold;
}

.dateheading {
	text-align: center;
	font-weight: bolder;
	font-style: italic;
	border-bottom: activeborder;
	border-bottom-style: double;
	border-bottom-width: medium;
}

.navmenu {
	border-width: thick;
	border-style: double;
	font-family: sans-serif;
	font-size: larger;
	margin: 1em;
	padding: 1em;
	line-height: 200%;
}

.attribution {
	font-size: smaller;
	font-style: italic;
}

