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

body { color: black; background-color: #ccccFF;
	font-family: "Verdana", "Helvetica", "sans-serif";
 }

body a:link    { color: black;}
body a:visited { color: blue;}
body a:hover   { color:white; background-color: green;}

.TriColumn   {background-color:#ccccFF;}

TD.Index    {background-color: #ccccFF;}
TD.Main     {background-color: #ccccFF;}
TD.AdsRight {background-color: #ccccFF;}

Table.Foto { background-color: #ccccFF;}

/* --------------- Bold, Paragraph, and List Elements --------------- */

.bold {font-weight: Bold;}
p.Body:first-letter { color: black;	font-size: 18pt; font-weight: bold; }

/* --------------- Left Menu --------------- */

P.MenuItem a:link    { color: black;}
P.MenuItem A:visited { color: blue;}
P.MenuItem A:hover   { color:white; background-color: green;}

P.MenuItemIndent a:link    { color: black;}
P.MenuItemIndent A:visited { color: blue;}
P.MenuItemIndent a:hover   { color: white; background-color: green;}
/* --------------- End Left Menu --------------- */

/* --------------- Title Box --------------- */

Table.TitleBox {background-color: #8888FF;}
Table.TitleBox h1 {	color: black; background-color: #AAAAFF}
Table.TitleBox h2 {	color: black; background-color: #8888FF}
Table.TitleBox h3 {	color: green; background-color: #8888FF}
Table.TitleBox h4 { color: yellow; background-color:#AAAAFF}
