/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("layout.css");
@import url("typography.css");


body {
	margin:20px 25px 20px 25px;
	padding:0;
	font:normal 11px "Courier New", courier, monospace;
	background:#fff;
	color:#000;
	}
	
ul, ol {
	list-style:none;
	}
	
img {
	border:none;
	}
	
form {
	margin:0;
	padding:0;
	}
