body {
        background: white;
        font-family: verdana, helvetica, arial, sans-serif;
}
p {
        font-family: verdana, helvetica, arial, sans-serif;
}
h1 {
        text-align: center;
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 2.0em;
}
h2 {
        /* font-style: italic; */
        font-weight: bold;
        font-family: verdana, helvetica, arial, sans-serif;
        border: thin solid silver;
        color: inherit;
        background-color: #EEEEEE;
}
h3 {
        font-weight: bold;
        font-family: verdana, helvetica, arial, sans-serif;
        border-style: dotted;
        border-width: thin;
        border-color: black; 
        background-color: #DDEEFF;
}

a:link {
        text-decoration: underline;
        color: #00f;
        border: none 1px;
        margin: 1px;
}
a:hover {
        background: #DDEFE4;
        text-decoration: none; 
}
a:visited {
        color: #01f;
        text-decoration: none;
}
a:active {
        background: transparent;
}

div.centered {
	text-align: center;
}

.ralign {
        border: thin solid silver;
        color: inherit;
        background-color: #EEEEEE;
	padding: 3px;
	text-align: right;
	vertical-align: middle;
}

.centered {
	text-align: justify;
}

.footer {
	text-align: left;
	display: block;
	font-size: 0.8em;
	padding:0px;
}
