@charset "UTF-8";
/* CSS Document */

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

body { 
  font-size: 12px;
  line-height: 19px;
  color: #69685f; 
  font-family: Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #0082aa; }

h1 { font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-size: 18px; margin-bottom: 12px; }
h3 { font-size: 16px; margin-bottom: 10px; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 18px 0; }
p img       { float: left; margin: 10; padding: 10; }
p img.right { float: right; margin: 0; }

.style6     { color: #999900; text-decoration: none; font-size: 18px; margin-bottom: 16px; border-bottom: 1px dotted grey; }

.style7     { color: #999900; text-decoration: none; font-size: 14px; margin-top: 24px; margin-bottom: 16px; border-bottom: 1px dotted grey; }

.stylehb     { color: #999900; text-decoration: none; font-size: 16px; margin-top: 24px; margin-bottom: 16px; border-bottom: 1px dotted grey; }

.stylehc     { color: #999900; text-decoration: none; font-size: 18px; margin-top: 24px; margin-bottom: 16px; border-bottom: 1px dotted grey; }

.stylehc     { color: #999900; text-decoration: none; font-size: 20px; margin-top: 24px; margin-bottom: 16px; border-bottom: 1px dotted grey; }

a:focus, 
a:hover     { color: #999900; }
a           { color: #999900; text-decoration: underline; }

a.menu:focus, 
a.menu:hover     { color: #69685f; }
a.menu           { color: #69685f; text-decoration: none; }

a.title:focus, 
a.title:hover     { color: #999900; }
a.title           { color: #999900; text-decoration: none; }

a.titleblog:focus, 
a.titleblog:hover     { color: #999900; text-decoration: none; font-size: 20px; margin-top: 64px; margin-bottom: 16px;}
a.titleblog           { color: #999900; text-decoration: none; font-size: 20px; margin-top: 64px; margin-bottom: 16px;}

a.entry:focus, 
a.entry:hover     { color: #69685f; }
a.entry           { color: #69685f; text-decoration: none; font-size: 10px; line-height: 14px; }

a.entryb:focus, 
a.entryb:hover     { color: #69685f; }
a.entryb           { color: #69685f; text-decoration: none; font-size: 11px; line-height: 14px; }

a.style5:focus, 
a.style5:hover     { color: #333333; }
a.style5           { color: #69685f; text-decoration: none; }

blockquote  { margin: 1.6em; color: #000; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #000; }
address     { margin: 0 0 1.6em; font-style: italic; }
del         { color:#000; }

pre,code    { margin: 1.6em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.6; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 18px; }
ul, ol      { margin: 0 18px 18px 18px; }

ul          { list-style-type: square; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 18px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 18px;}




