/* Edited with EditCSS */
/**** LINK-tag style sheet def.css ****/

body,td,h1,h2,h3 { font-family: sans-serif; }

a:link,a:active,a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	border-bottom: dotted;
	border-width: thin;
	border-color: white;
}

table#menu {
	text-align: center;
	font-size: 7pt;
	border-style: dashed;
	border-width: thin;
	border-color: #00a000;
	padding: 5px 2px;
	margin: 0px 10px 0px 0px;
	white-space: nowrap;
}

img.shot {
	border-style: dotted;
	border-width: thin;
	border-color: white;
	padding: 2px;
}

#floatshots, img.floatshot {
	float: right;
	background-color: black;
	border-style: dotted;
	border-right: none;
	border-width: thin;
	border-color: white;
	margin: 0px 0px 0px 8px;
	padding: 2px;
}

#floatshots img {
	background-color: black;
	padding: 1px;
	margin: 2px;
	border-style: none;
}

#floater {
	position: fixed;
	top: 0%;
	left: 90%;
}

h1 {
	color: #00cc00;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	color: #00ff00;
	border-bottom: dotted;
	border-width: thin;

	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

p,ol {
	text-align: justify;
	font-size: 8pt;
}

ul {
	font-size: 8pt;
}

iframe#readme {
	width: 100%;
	height: 200px;
	background-color: white;
}

table.misc {
	border: dotted;
	border-width: thin;
	border-color: white;
}

table.misc th {
	border: dotted;
	border-top: none;
	border-width: thin;
	border-color: white;
}

table.misc td {
	padding: 0px 10px;
}

table.misc tr:hover {
	background: #202020;
}

blockquote {
	font-size: 8pt;
}

table.gg {
	border: thin white dotted;
	margin: 10px 0px;
}

table.gg td, table.gg th {
	font-size: 8pt;
	padding: 0px 10px;
}

.mtitle { font-weight: bold; }


.big { font-size: 2em; }
.hammer { color: red; border-bottom: solid red 2px; }


