﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    color:#fff;
    background-color:#222;
}

p{
    margin:5px 0;
    padding:5px 0;
 }


a:link{  
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}
a:visited 
{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	}
a:active 
{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}




a.t1:link{      /*顶部菜单*/
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-family:Verdana;
	}
a.t1:visited 
{
    font-size: 11px;
    color: #fff;
    text-decoration: none;
	font-weight:bold;
	font-family:Verdana;
}
a.t1:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	font-weight:bold;
	font-family:Verdana;
	}
a.t1:active 
{
    font-size: 11px;
    color: #fff;
    text-decoration: none;
	font-weight:bold;
	font-family:Verdana;
}



a.t2:active   /*目录链接*/
{
    font-size: 12px;
    color: #222;
    text-decoration: none;
}
a.t2:link{      
    font-size: 12px;
    color: #222;
    text-decoration: none;
	}
a.t2:visited 
{
    font-size: 12px;
    color: #222;
    text-decoration: none;
}
a.t2:hover {
    font-size: 12px;
    color: #222;
    text-decoration: underline;
	}



a.t3:active   /*大字体的链接*/
{
    font-size: 14px;
    font-weight:bold;
    color: #222;
    text-decoration: underline;
}
a.t3:link
{      
    font-size: 14px;
    font-weight:bold;
    color: #222;
    text-decoration: underline;
}
a.t3:visited 
{
    font-size: 14px;
    font-weight:bold;
    color: #222;
    text-decoration: underline;
}
a.t3:hover
{
    font-size: 14px;
    font-weight:bold;
    color: #222;
    text-decoration: none;
}



a.t4:active    /*粗蓝色链接*/
{
    font-family:Verdana;
    font-size: 11px;
    color: #00b1ff;
    text-decoration: none;
    font-weight:bold;
}
a.t4:link {
    font-family:Verdana;
    font-size: 11px;
    color: #00b1ff;
	text-decoration: none;
    font-weight:bold;
}
a.t4:visited 
{
    font-family:Verdana;
    font-size: 11px;
    color: #00b1ff;
    text-decoration: none;
    font-weight:bold;
}
a.t4:hover {
    font-family:Verdana;
    font-size: 11px;
    color: #00b1ff;
	text-decoration: underline;
    font-weight:bold;	
}





.menu_left a:link{        /**/
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
	color:#000;
	}
.menu_left a:visited 
{
	font-size:11px;
    text-decoration: none;
	font-weight:normal;
	color:#000;
}
.menu_left a:hover {
	font-size:11px;
	text-decoration: underline;
	font-weight:normal;
	color:#000;
	}
.menu_left a:active    
{
	font-size:11px;
    text-decoration: underline;
	font-weight:normal;
	color:#000;
}










