www.gusucode.com > 翼动留言板 2.1源码程序 > css/style.css

    body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
}
td{
	font-size: 12px;
}
a:link{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a:visited{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a:hover{
	color: #FF3333;
	font-size: 12px;
}
a.white:link{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a.white:visited{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a.white:hover{
	color: #FF3333;
	font-size: 12px;
}
.white{
	color: #FFFFFF;
}
.lineheight{
	line-height: 150%
}