/* CSS Document */
body,td,th {
	font-size: 12px;
}
BODY {
	background-image: url(image/bg_side2.jpg);
	background-repeat: repeat-y;
  	margin-left: 50px;
}
strong{
	font-weight:bold;
	color:#FF0000;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.small {
	font-size:x-small;
}
a.web2{
    display:block;
    width:208px;
    height:108px;
    background-image:url(image/web2.0.gif);
    text-align:center;
    margin:5px 0px;
    background-position:0px 0px;
}
a:hover.web2{
    background-position:0px -108px;
}
a:active.web2{
    background-position:0px -216px;
}
