@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');

* {
	padding: 0; 
	margin: 0;
}

body {
	text-align: center;
	background: url(../myspace/bg.gif);
	margin-top: 8px;
}

object{
	margin-left: -10px;
}

p{
	margin-bottom: 20px;
}

div#content { 
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 40px; 
	border: 1px solid #3c3c3c;
	background: #555654;
	margin-bottom: 20px;
	font-family: verdana;
	font-size: 10px;
	color: #ccc;
	width: 400px;
	line-height: 14px;
	text-align: left;
}

div.logo {
	font-family:  'Kanit';
	font-size: 64px;
	height: 60px;
}

h1 { 
	background-image: url(../myspace/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	font-size: 10px;
	font-weight: bold; 
	color: white;
	margin-bottom: 12px;;
}
a { 
	padding: 1px 2px;
	color: white;
	text-decoration: none;
	color: white; 
}
a:hover { 
	background: white;
	color: #555654;
	text-decoration: none; 
}
img{
	border: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cl{
	clear: both;
}

a.buy {
	background-image: url(../myspace/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #ff9900;
}

a.buy:hover {
	background: none;
	background-image: url(../myspace/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

a.download {
	background-image: url(../myspace/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #ffffff;
}

a.download:hover {
	background: none;
	background-image: url(../myspace/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 20px;
}

ul li {
	margin: 8px 0;
}

span.edit {
	font-size: 9px;
	color: #888;
	font-weight: normal;
}
