/* This is a CSS for "4iCards", a website for internet cards */

body         { background-color: #ffffff; color: #5F5852; 
               margin-left: 0 }

p, li, ol, ul, blockquote  { font-family: verdana, geneva, arial, helvetica}

a            { text-decoration:none }
a            { color: #745310 }
a:visited    { color: #745310 }
a:active     { color: #800000 }
a:hover      { color:800000 ; TEXT-DECORATION: underline}


p            { color: #5F5852; font-weight: bold; font-style: normal; font-size: 8pt }

li, ol, ul, blockquote { color: #5F5852; font-weight: normal; font-style: normal; font-size: 10pt }


/* this is for text of links */
address      { color: #000000; font-size: 8pt; font-family: verdana, arial; font-style: 
               normal; font-weight: NORMAL }
               
/* this is for text and explanations */
h4           { color: #5F5852; font-family: verdana, arial, helvetica; font-size: 10pt; 
               font-weight: bold }
               
/* this is for copyright foornote */
p.footnote   { color: #808080; font-family: verdana, arial, helvetica; font-size: 8pt; 
               font-weight: normal; font-style: normal }


/* these are for links to the complememntary pages in the bottom of the page */
p.cp        { color: #808080; font-weight: bold; font-style: normal; font-size: 8pt; font-family: verdana, geneva, arial, helvetica }
a.cp         { color: #808080; font-weight: normal; font-style: normal; font-size: 8pt; font-family: verdana, geneva, arial, helvetica}
a.cp:visited { color: #808080}
a.cp:active  { color: #800000 }
a.cp:hover   { color: #800000 ; text-decoration: underline }


/* these are for links to the cat/subcats in the bottom of the page */
p.cat        { color: #808080; font-weight: bold; font-style: normal; font-size: 8pt; font-family: verdana, geneva, arial, helvetica }
a.cat         { color: #808080; font-weight: normal; font-style: normal; font-size: 8pt; font-family: verdana, geneva, arial, helvetica}
a.cat:visited { color: #5B5B5B }
a.cat:active { color: #D57E0B }
a.cat:hover   { color: #D57E0B ; text-decoration: underline }
