/*my css template*/

body
{
margin-left: 10%; margin-right: 20%;
font-family: arial; font-size: 12pt; color: black; text-align: left
}

p.left
{
font-family: arial; font-size: 12pt; color: black; text-align: left
}

p.center
{
font-family: arial; font-size: 12pt; font-color: black; text-align: center
}

h1,h2,h3,h4,h5,h6
{
font-family: arial; color: rgb(128, 0, 128); 
}

hr
{
width: 100%; height: 2px;
}

.center
{
text-align: center
}

div.box
{
background-color: #ECBAEC; 
width: 680px;
font-size: 11pt;
font-style: italic
}


