/* dondevoy.css */

/* Elements */
body
{
	background-image:url('../images/Parchment01.gif');
	color: black;
    width: 100%;
}

greyed
{
 color: #804040;
}

h1
{
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2
{
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 1em;
}

h3
{
	font-family: Arial;
	font-size: 120%;
    font-weight:100;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

p
{
	font-family: Arial;
/*	font-size: 100%; */
    font-weight:bold;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 0em;
}


/* classes */
.centrePic
{
	text-align: center;
    border-style: none;
    height:auto;
    position:relative;
}

.italic
{
  font-style:italic;
  font-weight:normal;
  font-size:80%;
}


.picturenote
{
    font-size:50%;
    font-style:italic;
    font-weight:lighter;
    text-align: center;
}


.smallItalic
{
	font-family: Arial;
    font-size:80%;
    font-style:italic;
    font-weight:normal;
}