﻿@charset "utf-8";
* { 
	margin: 0px; 
	padding: 0px; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,p,td
{
	font-size: 12px;
}
li
{
	list-style-type: none;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a
{
	color: #000000;
	text-decoration: none;
}

