@charset "UTF-8";

/* Browser-CSS Reset */
body, h1, h2, h3, h4, p, ul, li, blockquote, address {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    list-style: none;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
    vertical-align: top;
}

.Visit{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:8px 0px 8px 0px;
}

.Visit a{
	color:#630;	
}

.Visit a:hover{
	text-decoration: none;	
}
