@charset "UTF-8";

/* BASE.CSS */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clearDiv {
	clear: both;
	border: none;
}

.extraspace {
	margin-bottom: 1em;
}

/*div {
	border-top:2px red solid;
	border-left:2px red solid;
	border-bottom: 1px blue solid;
	border-right: 1px blue solid;
	
	background-color:#6699CC;
}*/
