@import url('https://fonts.googleapis.com/css?family=Roboto');
A, A:visited
{
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}

.price {
    color:#fff;
    background:#333;
    padding:10px 20px;
    border-radius:0px 0px 10px 10px;
}
.price:hover {
    background:#333;
}
A:hover
{
	color: #88AC0B;
	background: inherit;
	text-decoration: underline;
}
/*headers*/
H1, H2, H3
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
H1
{
	font-size: 190%;
	font-weight: 700;
	color: black;
	margin-bottom:30px;
	margin-top:10px;
	
}
H2
{
	color: #2580A2;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.03em;
	text-align: center;
	margin: 0px 0px 26px;
}
H3
{
	color: #FFF;
	text-align: left;
    font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 100;
	line-height: 1em;
	text-indent: 1em;
	margin: 0px 0px 5px;
}
H1, H2, H3
{
	text-align: center;
	padding: 2px;
	border-left-width: thick;
}
P
{
	color: rgba(51, 51, 51, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	text-indent: 1em;
	margin: 0px 0px 20px;
}
UL, OL
{
	margin: 5px 20px;
	padding: 10px 0 0 10px;
	text-align: left;
}
UL
{
	list-style: none;
	text-align: left;
}
/*images*/
IMG
{
	background: #FAFAFA;
	padding: 5px;
	border-bottom-right-radius: 15;
	border: 1px solid #CCCCCC;
}
IMG.float-right
{
	margin: 5px 0px 10px 10px;
}
IMG.float-left
{
	margin: 5px 10px 10px 0px;
}
CODE
{
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em / 1.5em "Lucida Console", "courier new", monospace;
	/*white-space: pre;*/
	background: url(post.jpg);
	border: 1px solid #E0DBC9;
}
ACRONYM
{
	cursor: help;
	border-bottom: 1px dashed #777;
}
BLOCKQUOTE
{
	margin: 10px;
	padding: 0 0 0 25px;
	background: url(post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em / 1.5em "Trebuchet MS", Tahoma, Sans-serif;
	color: #A89A6A;
}
.marked
{
	list-style-type: circle;
}
/*start - table*/
TABLE
{
	border-collapse: collapse;
	margin: 0 0 0 100px;
	color: #333;
	text-align: center;
}
TH STRONG
{
	color: #FFF;
}
TH
{
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: 2px solid #FFF;
}
TR
{
	height: 44px;
}
TD
{
	padding: 10px;
	text-transform: uppercase;
	border: 1px solid #333;
}
TD.first, TH.first
{
	border-left: 1px;
}
TR.row-a
{
	background: #F8F8F8;
}
TR.row-b
{
	background: #EFEFEF;
}
/*end - table

/*search form*/
.searchform
{
	background-color: transparent;
	border: none;
	margin: 0 0 0 3px;
	padding: 5px 0 10px;
	width: 220px;
}
.searchform P
{
	margin: 0;
	padding: 0;
}
.searchform INPUT.textbox
{
	width: 130px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform INPUT.button
{
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

.center {
    text-align:center;
}
