/*==================¿ò¼ÜÑùÊ½============*/
body {margin: 0px;
      padding:0px;FONT-SIZE: 12px;
	  }
#Container,#header,#content,#footer{ 
margin:0 auto;
width:950px;
background-color:#FFFFFF;
}
#Nav {
font-size:14px;
font-weight:600;
}
#Nav a:link {
text-decoration: none;
color: #FFF;
}
#Nav a:visited {
text-decoration: none;
color: #FFF;
}
#Nav a:hover {
text-decoration: underline;
color: #FDFD05;
}
#Nav a:active {
text-decoration: none;
color: #FFF;
}
#content{ 
float:left;
}
/* Á¬½Ó */
a:link{color: #000; text-decoration: none; }
a:visited{color:#000;text-decoration:none;}
a:hover{color:#FF0000; text-decoration:underline;}
a:active{color:#FF0000;text-decoration:underline;}
