﻿
@charset "utf-8";
/*-------------------------------DEFINE BODY PROPERTIES----------------------------------------*/

* {
	margin: 0 auto 0 auto;
	padding: 0;
}
body{
	margin: 0 auto 0 auto;
	font-size: 75.5%; 
	font-family: Arial, Sans-Serif;
	font-weight:normal;
	line-height: 150%; 
	color:#333;
	width:449px;
}
