
body {
	color: black;
	background: #ffe4b5;
	font-family: helvetica, arial, sans-serif;
	font-size: medium;
	text-align: left;
	text-decoration: none;      
}

A:link  {
 	color : #0000ff;
 }

A:visited  {
 	color : #990000;
 }
 
.myfont {	
	font-size: 14pt;
	font-weight: 900;
	font-family: Arial,Times, sans-serif;
	color: #bb0000;
} 

.myfont2 {	
	font-size: 14pt;
	font-weight: 900;
	font-family: Arial,Times, sans-serif;
	color: #00bb00;
} 

i {
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
}

h1 {
	color: #606060;
	background: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: x-large;
	margin-bottom: 2em;
	text-align: center;
}

h2 {
	color: #606060;
	background: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: x-large;
	margin-bottom: 1em;
	text-align: left;
}

h3 {
	color: #606060;
	background: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: medium;	
	margin-bottom: 2px;
	text-decoration: none;	
	margin-bottom: .5em;
	text-align: left;
}


p {
	color: black;
	background: transparent;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	margin-left: 10px;	
}

div.bodytext {
      top:            200px;
      left:           50px;
      background-color: transparent;
      margin-right:10px;
      }

.center1
{ 
margin-left: auto;
margin-right: auto;
}
 
.center2
{ 
text-align: center;
}

