body
{
    font-family : "Lucida Grande" , "Lucida Sans Unicode" , Lucida , Verdana , Geneva , Arial , Helvetica , sans-serif;
}


a
{
    text-decoration: none;
		color: #333;
}

#content {
position:absolute;/* this sets the container in the flow for the general content*/
width: 100%;      /*in 2010 handheld screens vary greatly */
top:2.0em;         /*this is the recurring height of the navbar*/
left:0;
}

h1, h2, h3, h4, h5, h6, h1.centered, h2.centered, h3.centered {
text-align: center;
}
h1, h2, h3 {
    font-weight:bold;
}
h1{
    font-size:200%;
}
h2{
    font-size:150%;
}
h3{ 
    font-size:100%;
}
h4, h5, h6
{
font-weight: normal;
}
h1.right, h2.right, h3.right
{
    Text-align : right;
}
h1.left, h2.left, h3.left
{
    Text-align : left;
}
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
	
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


