
html {
	height: 100%;
}

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: x-small; /* font size */
	margin: 0; /* top right bottom left */
	height: 100%;
}

.aspmaker {
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: tahoma; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}
