﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
    background-color:#fff;
    line-height: 18px;

}

p{
    margin:5px 0;
    padding:5px 0;
 }



a:link {
	color: #222;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
a:active 
{
    color: #222;
}
a:visited 
{
    color: #222;
}


a.t1:link{      /*顶部菜单*/
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}
	
a.t1:hover {
	font-size: 12px;
	text-decoration: underline;
	}
a.t1:active 
{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
a.t1:visited 
{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}




a.t2:link{      /*左侧菜单*/
	font-size: 13px;
	color: #0000ff;
	text-decoration: underline;
	}
	
a.t2:hover {
	font-size: 13px;
	color: #0000ff;
	text-decoration: none;
	}
a.t2:active 
{
    font-size: 13px;
    color: #0000ff;
}
a.t2:visited 
{
    font-size: 13px;
    color: #0000ff;
}
















