@charset "utf-8";

body,p,div,table,tr,td,th,img,h1,h2,h3,h4,hr,ul,ol,li,dt,dd,dl,form,blockquote,font,input,select {
/*	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
*/	margin:0;
	padding:0;
}

body,td,th,div {
	font-size: x-small;
}

ul,ol,dt {
	margin-left: 1em;
}


blockquote {
	margin-left:1em;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
	width:98%;
}

a {
	text-decoration: none;
}
a:hover {
    background-color: #ffc;
}

@media screen and (min-device-width:800px)  {

	html {
		background-color: #ccc;
	}
	body {
		width:230px;
		margin:0 auto;
		background-color: #ffffff;
		font-size: small !important;
	}
	body,td,th,div {
		line-height:1em;
		font-size: small;
	}
}