@charset "UTF-8";
/* CSS Document */

<style type="text/css">


html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

html, body {
  color: #000;
  background: #fff;
}

html, body, p, th, td, li, dd, dt {
  font: 1em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }


a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
	border: none;
}


a:hover {
	color: #E0D3CD;
	text-decoration:none;
}

a:active { color: #E0D3CD; }

.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.style2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.style3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
