@charset "utf-8";
@media screen 
{

.border {border:1px solid #e0e0e0}
* {font-family:tahoma;}
form,p,td,div {
	font-size:8pt;
	color:#000000;	
	line-height:180%;
}
input,textarea,select,button {font-size:8pt;}
form {margin:0px;}
textarea { overflow:auto}
a { color:#000000;text-decoration: none; }
a:hover { text-decoration: underline;color:green }

}
