﻿/*see note at a.medium about sizing text from css sheet with ie7*/

body { font-size: 16px; line-height: 20px; font-family: helvetica, sans-serif, verdana, helvetica, arial ; letter-spacing: 0.01em; MARGIN-LEFT: 0px; color: #F4E4B8; MARGIN-RIGHT: 0px; font-weight: 400; text-decoration: none; }
h1,h2,h3,h4,h5,h6,h7,h8 { font-family: helvetica, arial, sans-serif; letter-spacing: 0.1em; }
 /* used for ... */
h1 { font-size: 180%; text-transform: lowercase; letter-spacing: 0.3em; word-spacing: 1em; color: #606060; }
 /* used for... */ 
h2 { font-size: 120%; text-transform: capitalize; }
/* used for ... */
h3 { margin-left: 5%; margin-right: 5%; font-size: 110%; text-transform: capitalize; line-height: 100%; }
/* used for...*/
h6 { font-size: 90%; text-transform: lowercase; text-decoration: none; letter-spacing: 0.2em; color: #000000;}
/* small2...*/
h7 { font-size: 10px; letter-spacing: 0.08em; font-weight: 500; text-decoration:none; font-weight:500; text-decoration:none; }
/* medium...*/
h8 { font-size: 11px; letter-spacing: 0.08em; font-weight: 500; text-decoration:none; font-weight:500; text-decoration:none; }
p { font-size: 100%; margin-left: 5%; margin-right: 5%; text-align: justify; font-weight:300; }
a { font-family: helvetica, arial, sans-serif ; letter-spacing: 0.08em; font-weight: 700; text-decoration:none; font-weight:700; text-decoration:none; }
a:link { color: #C70C0C }
a:visited { color: #B7A263 }
a:active { color: #1154F5 }
a:hover {color: #FCEC66 }
a.small { font-size: 65%; }
a.small2 { font-size: 75%; }
/* medium 85%=10px text, but warning: text<>link e.g. in web page:<span style="font-size: 10pt;">...As of IE7, jan 2007, css file can control font sizes in mozilla, but not in IE7. Therefore, I am using the inline px references for text. Link sizes continue to work fine in IE7 from the css file.*/
a.medium { font-size: 85%; }  
a.med2 { font-size: 132%; }
a.big { font-size: 155%; }
li {list-style-type: circle; }
/*
BODY {
SCROLLBAR-FACE-COLOR: #312F2F; COLOR: #5F5C5C; SCROLLBAR-3DLIGHT-COLOR: #BE7C73; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #732018; SCROLLBAR-DARKSHADOW-COLOR: #732018
}
/*