﻿
body {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:16px;
	line-height:1.4em;
	
}

.style1 {
	margin-left: 1em;
}
 
.style2 {
	text-align: center;
}
 
.style3 {
	font-size: small;
	font-weight: normal;
}

ul,ol {
	list-style: square;
	padding: 0 0 0 15px;
	margin: 0px;	
}

h1 {
	text-align: left;
	color: #3366FF;
	background-color: #F7DFFF;
	Font-size:medium;
	font-weight: bold; 
	letter-spacing:0.051em;
	line-height:2em;
	margin-left: 0em;
	}

h2 {
	text-align: left;
	color: #3366FF;
	Font-size:small;
	font-weight: bold; 
	}
 


h3 {
	text-align: left;
	color: #0000000;
	Font-size:small;
	font-weight: normal; 
	}

 



text1 {
	text-align: left;
	margin-left:5em;
	color: #000000;
	Font-size:small;
	font-weight: normal;
	margin-left: 2em;
	}

text2 {
	text-align: left;
	margin-left:5em;
	color: #000000;
	Font-size:small;
	line-height:1.1em
	}

a:link, a:visited {
	color: blue;
	text-decoration:none;
}
a:hover {
	color: red;
	text-decoration:none;
}
