html {
	font-size: 56.5%;
	/* Sets up base font size so rems are equal to pixels */
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "PT Serif", Verdana, "Times New Roman", serif;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.75;
}

h1,
h2,
.widgettitle,
.widget-title,
.comments-title,
#reply-title,
h3,
h4,
h5,
h6 {
	-ms-word-wrap: break-word;
	clear: both;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.5;
	margin: 1.13636% 0 0.50505%;
			word-wrap: break-word;
}
h1 a,
h2 a,
.widgettitle a,
.widget-title a,
.comments-title a,
#reply-title a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

h1 {
	color: silver;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.25;
}

h2,
.widgettitle,
.widget-title,
.widget-title label,
.comments-title,
#reply-title {
	color: #999;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.25;
}

h3 {
	color: gray;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
}

h4 {
	color: gray;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	color: #5a5a5a;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 400;
}

h6 {
	color: #5a5a5a;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

.emphasis {
	color: #666;
	font-size: 1.25em;
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.85em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.85em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.size-full,
img.size-large {
	display: block;
	margin-bottom: 16px;
	margin-top: 16px;
}

img.alignnone,
.wp-caption.alignnone img:not(.wp-smiley) {
	display: block;
}

img.alignright,
img.alignleft,
.wp-caption.alignleft img,
.wp-caption.alignright img {
	margin-top: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	margin-bottom: 24px;
	margin-top: 24px;
	max-width: 100%;
}

/* Remove margins from sharing buttons using iframes. */
.sd-sharing-enabled iframe {
	margin: 0;
}

A:link {text-decoration: none; color: #0088ff}
A:visited {text-decoration: none; color: #0088ff}
A:active {text-decoration: none; color: #0088ff}
A:hover {text-decoration: underline; color: #FFA500;}
table {
	 table-layout: fixed;
font-size: 14px;
width: 100%;
color: #000000;
border-spacing: 10px;

box-shadow: 0px 0px 6px #C0C0C0;
margin-top: 15px;
	margin-bottom: 15px;
}
td {
  border-bottom: 2px solid #dadada;
}
th {
background-color: #dadada;
	border-spacing: 10px;
	text-align: left;
}