@charset "utf-8";
h1 { font-size:14px;
	font-weight:900; }
h2 { font-size:12px;
	font-weight:900; }
textarea { font-size:8px; }
* { font-size:10px; 
	font-family:Helvetica; }
a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:blue; text-decoration:none; }
a:focus { font-weight:bold; color:blue; text-decoration:none; }
a:hover { font-weight:bold; color:blue; text-decoration:underlined; }
a:active { font-weight:bold; color:red; text-decoration:none; }

