*
* multi-line comment
*/
/*p{ line-height: 1em; }*/
h1, h2, h3, h4{
    
	font-weight: normal;
/*	line-height: 1.1em;*/
	margin: 0.5em 0 0 0;
}
h1{ font-size: 3em; 
color: #116611;}

h2{ font-size: 1.5em;
	color: #009DE0;  }
a{
	color: #009DE0;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }

/* you can structure your code's white space so that it is as readable for when you come back in the future or for other people to read and edit quickly */

/*body{
    font-family: arial; font-size: 80%; line-height: 1.2em; width: 100%; margin: 0; background: #eee;
}*/

body {
    font:15px/26px 'Open Sans', Verdana, sans-serif;
    color:#333333;
    background: #E3F1DA;
    font-weight:400;
    margin: 0 5em 0 5em;
}

.citation  {
}

.number  {
	width :5%;
}

.text  {
	width :30%;
}

address {
 line-height: 1.1em;
}


/* you can put your code all in one line like above */
#page{ margin: 20px; }

/* or on different lines like below */
#logo{
	width: 35%;
	margin-top: 5px;
	font-family: georgia;
	display: inline-block;
}

#content{
	margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
}


