/*
小米的紙
jimutino-CSS
Jimmy Huang
https://www.pbase.com/jimutino
jimutino@hotmail.com
*/


/*
內文, Body
*/
Body {
	background-color: RGB(0, 0, 0);
	background-image: url(https://www.pbase.com/image/41000230/original.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 0px 30px;
}

/*
連結, Links
*/
A, A:link, A:active, A:visited {
	color: RGB(255, 255, 255);
	text-decoration: none;
}

A:hover {
	color: RGB(255, 0, 0);
	text-decoration: none;
}

/*
縮圖, Thumbnail
*/
A.thumbnail:link, A.thumbnail:active, A.thumbnail:visited {
	border: RGB(0, 0, 0) 1px solid;
	margin-bottom: -45px;
	padding-top: 5px;
	width: 172px;
	display: block;
	background: RGB(35, 35, 35);
	height: 197px;
}

A.thumbnail:hover {
	border: RGB(255, 0, 0) 1px dotted;
	margin-bottom: -45px;
	padding-top: 5px;
	width: 172px;
	display: block;
	background: RGB(0, 0, 0);
	height: 197px;
}

/*
其怪東西
*/
DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
	font-family: Tahoma;
	font-size: 9pt;
	color: RGB(255, 255, 255);
}

/*
.thumbnails {
	float: left;
}
*/

h2 {
	border-bottom: RGB(153, 153, 204) 1px solid;

	font-size: 20px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 8px;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

TD {
	background-color: none;
}

font {
	margin-left: 4px;
	margin-right: 4px;
	width: 170px;
	display: block;
	color: RGB(255, 255, 255);
	font: 12px Tahoma;
	letter-spacing: 0px;
}

.display {
	border: RGB(0, 0, 0) 1px solid;
	background: none;
}

.message_body {
	margin: 5px 5px 5px;
	color: RGB(255, 255, 255);
	font: 9px Tahoma
}

TD.message_body {
	border: RGB(153, 153, 204) 1px dashed;
	background: RGB(70, 70, 70);
}

input {	
	color: RGB(0, 0, 0);
	font: 9px;
}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
