@charset "utf-8";
/* CSS Document - some extra demo stuff */
#vbox1{
	width: 100px;
	height: auto;
	border: none;
	float: right; 
	margin-right: 150px;
	text-align: center;
	}
#vbox1 a{
	text-decoration: none;
	color: #09F;
	}
#vbox1 a:hover{
	text-decoration: underline;
	}
.vbox2{
	width: 100px;
	height: auto;
	border: none;
	float: right;
	margin-right: 30px;
	text-align: center;
	}
.vbox2 a{
	text-decoration: none;
	color: #09F;
	}
.vbox2 a:hover{
	text-decoration: underline;
	}

