body {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	font-family: "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
	color: black;
	background-color: #CCFFCC;
	text-align: left;
}

a { color: yellow; }
a:visited { text-decoration: line-through; }
a:hover { text-decoration: none; }

.extensions {
	line-height: 200%;
	margin-left: 1.5em;
	}

.extensions a {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", monospace; 
	font-weight: bold;
	padding: 0 0.2em;
	text-decoration: none;
	color: yellow;
	border: 2px solid green;
}

.extensions a:visited {
	text-decoration: line-through;
}

.extensions a:hover {
	color: green;
	background-color: #CCFFCC;
	border: 2px solid yellow;
	text-decoration: none;
}

img {
	border: 0;
}

h1,h2 {
	font-family: "Bitstream Vera Serif", Georgia, Times, serif;
}

h1 {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: white;
	background-color: black;
	font-size: x-large;
	text-align: center;
	border: 0.25em solid #FFFFAA;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: green;
	text-align: center;
	margin-top: 2em;
}

#moddate {
	width: 38em;
	margin-left:auto;
	margin-top: 0.5em;
	margin-right: auto;
	text-align: center; font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", monospace;
	font-size: small;
	font-weight: 300;
	color: black;
	}

.warning {
	color: red;
	}

#maincontent {
	width: 46em;
	padding: 0 0.5em 0.5em 0.5em; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	color: white;
	background: green;
	border: 10px groove green;
	}

p {
   padding-left: 1.0em;
   padding-right: 1.0em;
   }

abbr {
   cursor: help; 
   text-decoration: none;
   border: none;
   font-size: 0.8em;
   }

#linkimages {
	float: right;
	text-align: center;
	width: 180px;
	margin: 0 1em 0 2em;
	}

#getfirefox {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
	padding-top: 1em;
	width: 180px;
	height: 60px;
	}

#getfirefox a {
	display: block;
	width: 180px;
	height: 60px;
	background-image: url('images/firefox180x60x2-57-idx.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
   border: none;
   background-color: transparent;
	}

#getfirefox a:hover {
	background-position: 0 -60px;
	}

.vanish { display: none }

/* for a span with class="hilite" */
.hilite {
       font-family: "Bitstream Vera Serif", Georgia, Times, serif;
       color: black;
       background-color: white;
       }
.hilite a, .hilite a:hover, .hilite a:visited {
       font-family: "Bitstream Vera Serif", Georgia, Times, serif;
       border: none;
       }
.hilite a {
       color: green;
       }
.hilite a:hover {
       color: black;
       background-color: yellow;
       }
.hilite a:visited {
       text-decoration: line-through
       }
