/**********************************************************************/
/* Common                                                             */
/**********************************************************************/

/* Global Reset */
* {
  margin: 0;
  padding: 0;
}

html { height: 100%; }

body {
	height: 100%;
	background-color:LightGray;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:FireBrick;
	margin: 2em;
}

h1, h2, h3, h4, h5, h6 {
	color:DarkRed;	
	font-weight:bold;
}
h1 { font-size: 150%; }

h2 { font-size: 130%; }

h3 {
	margin-top:1em;
	font-size: 110%;
	text-transform:uppercase;
}

p { margin: 0.25em 0em 1.25em; }

ul { margin-left:1em; }

img { float:right;
	margin-left:1em;
	margin-bottom:1em;
}

a:link, a:visited {color:DarkGoldenRod; text-decoration:none;}
a:hover, a:active {color:Purple; text-decoration:none;}

#sidebar {
		   width:25%
}
#pubs {
			width:70%
}