body {
	margin-top : 5px;
	margin-left : 20px;
	margin-right : 5px;
	margin-bottom : 5px;
	background-attachment:fixed;
	background-image:url(../images/back/default.gif);
	background-repeat:repeat;
	background-position:left top;
	text-decoration: none
}
<!---
body,tr,td{
	scrollbar-face-color: #66CCFF;
	scrollbar-highlight-color: #33CCCC;
	scrollbar-shadow-color: #333399;
	scrollbar-3dlight-color: #333399;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-track-color: #33CCCC;
	scrollbar-darkshadow-color: #33CCCC;
}
--->
a:text {
	font-size: 12px;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #ff3300;
	text-decoration: none;
	line-height: 20px;
}
a:visited {
	font-size: 12px;
	color: #ff3300;
	text-decoration: none;
	line-height: 20px;
}
a:active {
	font-size: 12px;
	color: #00ccff;
	text-decoration: underline;
	line-height: 20px;
}
a:hover {
	font-size: 12px;
	color: #3333ff;
	text-decoration: underline;
	line-height: 20px;
}
