﻿
body,div,ul,li,p,h1,h2,h3,h4,h5,h6,form{
    margin:0;
    padding:0;
}

body{
    font-family:宋体;
    font-size:12px;
    text-align:center;
}

a:link{  
	font-size: 12px;
	color: Blue;
	text-decoration: none;
	}
a:visited 
{
    font-size: 12px;
    color: Blue;
    text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: Blue;
	text-decoration: underline;
	}
a:active 
{
    font-size: 12px;
    color: Blue;
    text-decoration: none;
}
