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

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

body {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:1.5;
}

a:link {color:#000}      /* unvisited link */
a:visited {color:#000}  /* visited link */
a:hover {color:#000}  /* mouse over link */
a:active {color:#000}  /* selected link */


h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
}

p {
	font-size:10px;
}

ul, ol {
	font-size:10px;
}

p.privacy {
	font-size:6px;
}
