.big { font-size: 20pt; }

html, body {
	margin: 0;
	padding: 1em;
	font-family: "Times New Roman", serif;
	font-size: 100%;
}

a { color: Green; }

img { border: 0px; }

h1, h2, h3 { 
	font-size: 200%;
	font-weight: bold;
	display: block;
}

body {
	font-size: 200%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: top right;
	background-repeat: no-repeat;
}

.border {
	border: solid #000 1px;
}

code {
	font: 90% 'Courier New', Courier, Fixed;
}

.alignright {
	float: right;
	font-size: 75%;
	padding-top: .5ex;
}
	
.alignleft {
	float: left;
	font-size: 75%;
	padding-top: .5ex;
}

.post {
	padding-bottom: 10px;
	clear: both;
}

.post img {
	border: 1px solid #333;
}
	
.postmetadata {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #aaa;
	padding: 5px 0px 5px 0px;
	color: #777;
	text-align: center;
}

#blog-title, a#header-link {
	font-size: 150%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.key-point { font-weight: bold; }
.install a { font-weight: bold; }

#shadow, #header, #sidebar, #respond, #commentform { display: none; }

#print-tagline { 
	font-size: 85%;
	font-style: oblique;
	display: block;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #aaa;
}

#blog-title {
	font-family: 'Courier New', Courier, monospace;
}

#header-link {
	display: block;
	text-align: center;
	color: Green;
}
