/* 
 ----------------------------------------------------------------
 Cascading Stylesheet 9 for roqet pages (c) 2014 roqet.org.
 Permission to learn/borrow from this code is granted, please use
 creativity though, so that you don't duplicate this exactly.
 ----------------------------------------------------------------
*/
/* cool'n'retro Fixedsys Excelsior font that mimics the original Windows version can be downloaded from here: http://www.fixedsysexcelsior.com/ 
 * its limitation is a 16px */
@charset "UTF-8";@font-face{font-family:"ROQ";src:url("fsex2.ttf") format("truetype")}
/*
 * other cool'n'retro fonts I've experimented with
 * apple ][ fonts found here: http://www.kreativekorp.com/software/fonts/apple2.shtml
 * @charset "UTF-8";@font-face{font-family:"ROQ";src:url("PRNumber3.ttf") format("truetype")}
 * @charset "UTF-8";@font-face{font-family:"ROQ";src:url("PrintChar21.ttf") format("truetype")}
 * Commodore 64 font found originally here: http://grumpygamer.com/
 * @charset "UTF-8";@font-face{font-family:"ROQ";src:url("C64_Pro_v1.0-STYLE.ttf") format("truetype")}
 */

body {
	font: 16px ROQ, verdana, georgia, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 23px;
	color: #f5deb3;
	background-color: #2f4f4f; 
}

header {
	font: 16px ROQ, verdana, georgia, arial, helvetica, sans-serif;
    	font-weight: bold;
	text-align: center;
	color: #f5deb3;
	top: 5%;
	height: 20px;
}

form {
	font: 16px ROQ, verdana, georgia, arial, helvetica, sans-serif;
	color: #f5deb3;
}


a {
	text-decoration: none;
	color: #ff7f24;
}

a:hover { 
	color: #ff7f24;
	text-decoration: underline;
}

.content {
	margin-left: 80px;
	margin-right: 80px;
	min-width: 490px;
	padding: 25px 50px 50px 50px;
}

.content a {
	text-decoration: none;
	color: #ff7f24; 
}

.content a:hover { 
	color: #ff7f24; 
	text-decoration: underline;

}

.contents-jump { 
	font-size: 16px; 
}


hr {
	background-color : transparent;
 	border-top : none;
	border-left : none;
	border-right : none;
	border-bottom: 1px dashed;
	border-color: #cccccc;
}

kbd {
	font: 16px ROQ, verdana, sans-serif;
	color: #000000;
}	

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #87cefa;
	margin-top: 40px;
	margin-bottom: 15px;
}

h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: normal;
	color: #87cefa;
	margin-top: 40px;
	margin-bottom: 15px;
}

address {
	font: 16px ROQ, verdana, georgia, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 23px;
	color: #f5deb3;
	top: 5%;
	height: 160px;
}

code, pre, tt, textarea {
	font-family: ROQ, Monaco, Consolas, "Lucida Console", monospace;
	font-size: 16px;
	line-height: 18px;
	color: #a0a0a0;
	white-space: pre-wrap;
	word-wrap: break-word;
}

tt {
	background: #fff;
	border: 1px solid #dedede;
	padding: 0px 0.2em;
}

pre {
	border-left: 5px solid rgba(0,0,0,0.2);
	padding: 3px 0 3px 12px;
	font-size: 16px;
}

