body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
td  {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
.title {
	font-size: 14pt;
	font-weight: bold;        
}
.header1 {
	font-size: 12pt;
	font-weight: bold;
}
.header2 {
	font-size: 10pt;
	font-weight: bold;        
}
ul {
	margin-left: -5px;
}
.button {
	font-weight: bold;
}
.note_head {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.note_content {
	color: #FF0000;         
}
.bold_general {
	font-weight: bold;
}
.letterSpace5 {
	letter-spacing: 5px;
	color: #FF0000;
}

body {
    background-color: lightblue;
}
  
h1 {
    color: navy;
    margin-left: 20px;
}

a {
    color: brown;
    margin-left: 20px 
}