﻿@charset "utf-8";
*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#464646;
line-height:160%;
}
ul,li{
list-style:none;
}
a{
color:#464646;
text-decoration:none;
}
a:hover{
color:#f60;
}
.clear{
clear:both;
}
.fleft{
float:left;
}
.fright{
float:right;
}
