* { margin: 0; padding: 0; outline: none; border: none; text-decoration: none; }

body { font-size: 12px; font-family: sans-serif; line-height: 1.4; }

h1 { font-size: 26px; padding: 8px 15px; }
h2 { font-size: 22px; padding: 6px 30px; }
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, 
a:active,
a:focus { color: blue; }
a:hover { color: red; }
a:visited { color: orange; }

img { vertical-align: middle; }

p { padding: 5px 30px; }

ul, 
ol { margin: 5px 50px; }
ul ul,
ol ol, 
ul ol, 
ol ul { margin: 5px 30px; }

blockquote { margin: 10px 35px; border-left: 1px solid black; color: gray; }

strong, 
b { font-weight: bold; font-style: normal; }
em, 
i { font-weight: normal; font-style: italic; }

del { text-decoration: line-through; }

pre { font-family: monospace; line-height: 1.2; 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 { background: gray; }
table { margin: 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: 2px 5px; }
thead { font-weight: bold; }
tfoot { font-weight: bold; font-style: italic; }

form { margin: 5px 15px; }
legend { font-size: 120%; font-style: italic; }
input,
select, 
textarea { border: 1px solid gray; padding: 2px 5px; background: white; }
input.radio,
input.checkbox { border: none; vertical-align: middle; }
label,
select,
input.submit{ cursor: hand; cursor: pointer; }
select { vertical-align: middle; }

.clear { clear: both; height: 0; line-height: 0; font-size: 0; }

.hidden { display: none; }

.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; }
