/*
 * Basic elements:
 */

body {
	color: black;
	background: white;
	text-decoration: none;
 	font-style: normal;
 	font-variant: normal;
 	font-weight: normal;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, Swiss, sans-serif;

}

pre, span.command {
 	font-style: normal;
 	font-variant: normal;
 	font-weight: normal;
 	font-size: larger;
	font-family: "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Courier New", Courier, monospace;
}

span.keys {
	border: solid thin blue;
	padding: 0px;
 	font-style: normal;
 	font-variant: normal;
 	font-weight: normal;
 	font-size: larger;
	font-family: "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Courier New", Courier, monospace;
}

cite {
	text-decoration: underline;
 	font-style: normal;
}

/*
 * Heading elements:
 */

h1 {
	color: blue;
	text-align: center;
 	font-style: normal;
 	font-variant: normal;
 	font-weight: bold;
	font-size: xx-large;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, Swiss, sans-serif;
}

h2 {
	color: blue;
 	font-style: normal;
 	font-variant: small-caps;
 	font-weight: bold;
	font-size: x-large;
}

h3 {
	color: blue;
 	font-style: normal;
 	font-variant: normal;
 	font-weight: bold;
	font-size: smaller;
}

/*
 * Link elements:
 */

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #00AA00;
	text-decoration: none;
}

/*
 * Divisions:
 */

#lastmodified {
	text-align: right;
}

#title h1 {
	color: blue;
	margin: 0em 0em 0em 0em;
	text-align: center;
 	font-style: normal;
 	font-variant: normal;
 	font-weight: bold;
	font-size: 230%;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, Swiss, sans-serif;
}

/*
#title h1 span {
	display: none;
}
*/

/*
#personal h2 span {
	display: none;
}
*/

/*
#feedback h2 span {
	display: none;
}
*/

/*
#counter h2 span {
	display: none;
}
*/

#validity {
	clear: both;
	padding-top: 5px;
	text-align: right;
}

#menu {
	display: none;
}

/*
 * Images, icons, etc.:
 */

#wunderground img {
	float: right;
	bottom: 5px;
	border: 1px solid blue;
	padding-top: 5px;
	padding-left: 5px;
}

#desktop img {
	float: right;
	border: 0px none;
	padding-left: 5px;
}

#counter img {
	vertical-align: top;
	border: 0px none;
}

#validity img {
	vertical-align: top;
	border: 0px none;
}
