@CHARSET "UTF-8";

/*
 * Text Styling of the GUI
 */

html{
	cursor:default;
}

/* basic headings */
h1{
	font-weight:700;
	font-size:18px;
	line-height: 21px;
	padding:1em 1em .2em 0;
	border-bottom:1px solid #fff;
	margin-bottom:.8em;
	}

h2{
	font-weight: 700;
    font-size: 14px;
}


/* paragraphs and list items */	
p, li{
	font-weight:400;
	font-size:14px;
    line-height: 20px;
}

p {

    color: #676767;
}

pre, pre * {
    font-family: monospace;
}