
/* for 96dpi browser : font size */

a:link {text-decoration: none; color: #666666} 
a:visited {text-decoration: none; color: #666666} 
a:hover {text-decoration: underline; color: #888888} 
a:active {text-decoration: none; color: #888888} 

body,td,input,p,div,select,ul,ol{
	font-size:10pt;
	line-height:120%;
}
small{
	font-size:8pt;
}
big{
	font-size:12pt;
}
.just{
	text-align:justify;
	text-justify:distribute;
	line-height:120%;
}

