/* 
 ----------------------------------------------------------------
 Cascading Stylesheet 8.1 for roqet pages (c) 2013 roqet.org.
 Permission to learn/borrow from this code is granted, please use
 creativity though, so that you don't duplicate this exactly.
 ----------------------------------------------------------------
*/

body {
	font: 14px verdana, georgia, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 23px;
	color: #333;
	background-color: #fffbf0; 
}

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

form {
	font: 11px verdana, georgia, arial, helvetica, sans-serif;
	color: #f5deb3;
   	font-weight: bold;
}


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

a:hover { 
	color: #bd4232;
}

.content {
	margin-left: 80px;
	margin-right: 80px;
	min-width: 490px;
	padding: 25px 50px 50px 50px;
	border-radius: 10px;
	border:1px solid #e73302;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

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

.content a:hover { 
	color: #bd4232; 
}

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


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

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

h1 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: #5f5f5f;
	margin-top: 40px;
	margin-bottom: 15px;
	text-shadow: #fff 0 1px 1px;
}

h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-top: 40px;
	margin-bottom: 15px;
	text-shadow: #fff 0 1px 1px;
}

address {
	font: 11px verdana, georgia, arial, helvetica, sans-serif;
    	font-weight: bold;
	text-align: center;
	color: #f5deb3
	top: 5%;
	height: 160px;
}

code, pre, tt, textarea {
	font-family: Monaco, Consolas, "Lucida Console", monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #5f5f5f;
	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;
}





