* { margin: 0; padding: 0; outline: none; text-decoration: none; }

body { font-size: 12px; font-family: sans-serif; line-height: 1.7; }

h1 { font-size: 26px; padding: 8px 15px; }
h2 { font-size: 22px; padding: 6px 15px; }
h3 { font-size: 20px; padding: 5px 15px; }
h4 { font-size: 18px; padding: 4px 15px; }
h5 { font-size: 16px; padding: 3px 15px; }
h6 { font-size: 14px; padding: 3px 15px; }

a:link { color: blue; } 
a:visited { color: orange; }
a:hover { color: red; }

:focus { outline: 0; }

img { vertical-align: middle; border: none; }

p { padding: 5px 15px; }

ul, 
ol { margin: 5px 50px; }
ul ul,
ol ol, 
ul ol, 
ol ul { margin: 5px 30px; }

dl { margin: 5px 15px; }
dt { font-weight: bold; }
dd { margin: 0 5px; }

blockquote { margin: 10px 35px; border-left: 1px solid black; color: gray; }

b, 
strong { font-weight: bold; font-style: normal; }
i, 
em { font-weight: normal; font-style: italic; }

del { text-decoration: line-through; }

pre { white-space: pre; margin: 15px; }

code { font-family: monospace; }

big { font-size: 140%; }
small { font-size: 85%; }

sup { vertical-align: super; font-size: 85%; }
sub{ vertical-align: sub; font-size: 85%; }

caption { caption-side: top; padding: 3px 5px; }
table { margin: 0 15px 10px 15px; border-top: 1px solid gray; border-right: 1px solid gray; border-collapse: collapse; }
table td, 
table th { border-left: 1px solid gray; border-bottom: 1px solid gray; padding: 3px 5px; }
table th { font-weight: bold; }
thead, 
tfoot { font-style: italic; }

form { margin: 5px 15px; }
fieldset { border: 1px solid gray; }
legend { font-size: 120%; font-style: italic; font-weight: bold; margin: 5px 10px; padding: 0 10px; }

input, 
textarea { padding: 3px 5px; }
select { padding: 2px 2px 2px 3px; }
option { padding: 0 5px; }

input.text,
input.password,
select, 
textarea { border: 1px solid gray; background: white; }

input.text:focus,
input.password:focus,
select:focus, 
textarea:focus { border: 1px solid black; }

input.radio,
input.checkbox { border: none; vertical-align: middle; }

label { font-style: italic; }

label,
select,
input.submit { cursor: pointer; }

input.submit { padding: 1px 0; vertical-align: middle; }

select { vertical-align: middle; }

.clear { clear: both; height: 0; line-height: 0; font-size: 0; }

.hidden { display: none; visibility: hidden; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.float-left { float: left; margin-right: 10px; }
.float-right { float: right; margin-left: 10px; }
