@charset "utf-8";

/*
	Site Name: 
	Description: style print
	Version: 1.0
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset

==========================================================
*/

body {
	margin:0;
	padding:0;
	font-size:10pt;
	line-height:1.5;
	background:#fff;
	}
	
a:link,
a:visited {
	color:#000;
	text-decoration:underline;
	}

img {border:0;}