@import url(../../_StyleBase/basic.css);

body {
    background-color:#808080; color: white}

P.Body:first-letter {color: pink; }

body a:link    { color: white;;}
body a:visited { color: pink;}
body a:hover   { color:white; background-color: purple;}
body a.active  { color: #800040;}

P.MenuItem a:link    { color: white; text-decoration: none;}
P.MenuItem a:visited { color: pink;	text-decoration: none;}
P.MenuItem a:hover   { color: white; background-color: purple; font-size: 12pt; text-decoration: none;
    font-family: "Perpetua", "Times New Roman", "Serif";}

P.MenuItemIndent a:link    { color: white; text-decoration: none;}
P.MenuItemIndent a:visited { color: pink;	text-decoration: none;}
P.MenuItemIndent a:hover   { color: white; background-color: purple; font-size: 12pt; text-decoration: none;
    font-family: "Perpetua", "Times New Roman", "Serif";}

.TriColumn  {background-color: #0BD3B1;}
TD.Index    {width: 225px; background-color: #808080;}
TD.Main     {background-color: #808080;}
TD.AdsRight {background-color: #808080;}

Table.Header {
	font-size: 13px ;
	background-color: #FF9898 ;
	color: #012345;
}

Table.Foto {float: left; background-color:#9999ff;}
H5.FigureTitle {color: #000000;}

h1.Heading1 {color: #800040; font-weight: bold; }
h2.Heading2 {color: pink; font-weight: bold; font-style: italic; font-size: 18pt; } 
h1.Signature {color: #FF0000; font-size: 2em; font-style: italic; text-align: right;}
em.Highlight {color:pink; font-style: normal; font-weight: bold; font-variant: small-caps; font-size: 18pt;}


