/* From http://www.r-bloggers.com/customizing-the-theme-of-your-r-html-help/ */

* {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
}
h1, h2 {
	text-align: center;
}
h1 {
	font-size: x-large;
}
h2, h3 {
	font-size: large;
}
h4, h6 {
	font-style: italic;
}
h3 {
	border-left: solid 5px #ddd;
	padding-left: 5px;
	font-variant: small-caps;
}

img.toplogo {
	vertical-align: middle;
}
img.arrow{
	width: 30px;
	height: 30px;
	border: 0;
}

span, code, pre {
	font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
}
span.acronym {}
span.env {
	font-style: italic;
}
span.file {}
span.option {}
span.pkg {
	font-weight: bold;
}
span.samp{}

div.vignettes a:hover {
  background: rgb(85%, 85%, 85%);
}

code, pre, dt {
	background-color: #F7F7F7;
}
pre {
	font-size: 12px;
	padding: .5em;
}
