/* Defaults */

body { 
	font-family: helvetica, arial, sans-serif; 
	background: rgb(0,0,0);
	color: rgb(255,233,37);
	margin-topXX: 40px;
	margin-leftXX: 40px; 
	margin-rightXX: 40px;
	margin-bottomXX: 40px; 
	/*width: 800px;*/
}

/* Headers */

h1			{ margin-top: 50px; margin-bottom: 20px; font-size: 250% }
h2,h3		{ margin-top: 30px; margin-bottom: 20px; }

.title		{ font-weight: bold; font-size: 250%; line-height: 1.2em; }

.subtitle	{ font-weight: bold; font-size: 150%; }

.descr		{ margin-top: 20px }

.project	{ margin-top: 30px; margin-bottom: 20px; }

.appicon	{ float: left; margin-top: 2px; margin-bottom: 2px; margin-right: 10px }
.floating	{ float: left; margin-top: 2px; margin-bottom: 2px; margin-right: 10px }

.noindent	{ margin-left: 0; }
.indent		{ margin-left: 2%; }
.small		{ font-size: 75%; }
.address	{ margin-top: 40px; text-align: center; font-size: small }
.center		{ text-align: center; }

a:link		{ color: rgb(255,233,37) }
a:visited	{ color: rgb(255,233,37) }
a:active	{ color: rgb(255,233,37) }

ul			{ margin-top: 0.5em; padding-bottom: 1em; }
ul li		{ list-style-type: disc; padding-bottom: 5px; }
ul ul li	{ list-style-type: circle; padding-bottom: 2px; }

pre,xmp		{ font-family: monospace; }
code		{ font-family: monospace; }

td.gig		{ font-weight: normal; padding: 10px 10px }

div.indented { margin-left: 10%; font-family: helvetica, arial, sans-serif; }
div.noindent { margin-left: -9%; font-family: helvetica, arial, sans-serif; }

