﻿@import url('../styles/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	margin:0px 20px 20px 20px
}
#content h1,h2,h3,h4,h5,h6 {
	color: #336600;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
#content p {
	color: #336600;
}
/* Link Styles */
/*a {
	color: #191970;
	text-decoration: underline;
} */
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}