/* Microtech Print Master Style Sheet
----------------------------------------------- */


/* Imported Styles
----------------------------------------------- */
@import "c-layout.css";
@import "c-toppage.css";
@import "c-about.css";

/* Basic Styles
----------------------------------------------- */
body {
	margin: 0px auto;
	text-align: center;
	font-size: small;
	color: #000000;
	 }
a:link {
	color: #006699;
	text-decoration: none;
	 }
a:visited {
	color: #483d8b;
	text-decoration: none;
	 }
a:hover {
	color: #3399cc;
	text-decoration: underline;
	 }
a:active {
	color: #483d8b;
	text-decoration: underline;
	 }

img{
	border: none;
	display: block;
	}
h1,h2,h3,h4,h5,h6,p,ul,dl,li{
	margin: 0px;
	padding: 0px;
	}

#header{
	display: none;
	}
