﻿html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,
variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

html, body {
	height: 100%;
	overflow: hidden;
}

.rtl {
	direction: rtl;
}

body, table {
    font: 12px/1.4 'Segoe UI', 'PragmaticaCTT', Tahoma, 'Lucida Sans', sans-serif;
	color: #222;
}

a {
  color: #00987f;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: underline;
}
a:hover,
a:active,
a:visited {
  color: #00987f;
}

ol {
	margin-left: 1.4em;
	list-style: decimal;
}

ul {
	margin-left: 1.4em;
	list-style:square;
}

img {
	border: 0;
}

.br {
	display: block;
	margin-bottom: 5px;
}
.br br {
	display: none;
}
