a:link {
	color: #0066FF;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #666600;
}
a:hover {
	text-decoration: underline;
	color: #009900;
	background-color:#D0F4E6;
}
a:active {
	text-decoration: none;
}
.vNote {color: #AAAAAA; font-size: 10px;}
.vElement {color: #003366;}
.vTitle {font:bold; font-size: 14px; color: #FFFF33; }
.vChild {color: #333333; font-size: 10px; }
.doLink {
	font-size: 18px;
	color: #FF99CC;
}
button.doLink {
width:100px;
height:30px;
}
a.vMenuLink{
	color:#0099CC;
	font-size: 14px;
	text-decoration: none;
}
a.vMenuLink:hover {
	text-decoration: underline;
	background-color:#0099CC;
	color:#E0F0DA;
}
a.seoLink{
	color:#333333;
	font-size:12px;
	text-decoration:none;
}
a.seoLink:hover{
	text-decoration:underline;
}
.divMenu{visibility:hidden; position:absolute; background-color:#F0FAFF; z-index:1;}
#url{background-color:#DEFFDA; height:30px; font-size:25px; width:500px;}
.top{margin:0;
padding:0;
text-align:center;
background:#fff url('./bg.gif');
background-attachment: fixed;
color:#444;
}
#wrap{
width:780px;
margin:0 auto;
padding:10px 0;
text-align:left;
background:#fff;
border-left:solid 5px #999;
border-right:solid 5px #999;
}
#footer{
clear:both;
text-align:left;
border-top:double 3px #ccc;
}
#pGet{
background-color:#E9F7FF;
text-align:center;
border:3px #333 solid;
}
#left{
float:left;
width:500px;
margin:0 auto;
padding:10px 0;
text-align:left;
background:#fff;
border-right:3px double #ccc;
}
#Result{
width:500px;
text-align:left;
background:#fff;
}

#right{
float:right;
width:270px;
background:#fff;
}

#hdr{
padding:2px 0;
border-top:solid 1px #333;
background:#ccc;
}

clear { clear:both; }  
.clear hr { display:none; } 
