/*---------------------------- */
/* STANDARD HTML TAG RESET */
/*---------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {

border:0;
margin:0px;
padding:0px;
}

/*---------------------------- */
/* STANDARD HTML TAG DEFINITION */
body,
form, input {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

h1{font-size:24px; /* ...other properties... */}
h2{font-size:18px; /* ...other properties... */}
h3{font-size:13px; font-style: italic;  /* ...other properties... */}

a:link, a:visited{color:#0033CC;} 

a:hover {color:#666666;}



body { background-color: white; color: black; margin: 4%; display: block; }
ul {padding-left: 20px;}
p {margin-bottom: 6px;}


div.footer {
background-color:#44eed4; font-family: Times, serif; font-size: 12pt;
display: block;
width: 100%;
}

div.menuTopic {
background-color:#d096bc; font-family: Times, serif; font-size: 12pt;
display: block;
width: 90%;
margin: 4px;
}

div.menuSection {
width: 100%;
font-size: 10pt;
}

div.menuSection ul li {
font-size: 8pt;
}

body.Menu { background-color:#dbaaca; font-family: Helvetica, sans-serif; font-size: 10pt; color:#2222cc; margin-left: 1%; }
body.Menu h1 { font-size: 16pt; text-align: center;}
body.Menu h2 { font-size: 14pt; font-weight: bold; }
body.Menu h3 { font-size: 14pt; font-style: italic; }
body.Menu ul { list-style-type: none; }
body.Menu ul li { padding-left: 0px; margin: 0px; }

body.PoetryPage    { background-color:#EEEEAA; font-family: Times, serif; color:#aa3311; }
table.PoetryPage    { background-color:#EEEEAA; font-family: Times, serif; color:#aa3311;}
table.PoetryPage  td.translated  { background-color:#EEccaa; font-family: Times, serif; color:#aa3311;}
body.PoetryPage  div.translated  { background-color:#EEccaa; font-family: Times, serif; color:#aa3311;}
body.PoetryPage  div.quoted  { background-color:#EEccaa; font-family: Times, serif; color:#aa3311;}
body.PoetryPage h3 { font-family: Helvetica, sans-serif; font-size: 10pt; 
	font-style: italic; font-weight: bold;}

body.Article    { background-color:#EECCAA; font-family: Times, serif; color:#553355;}
body.Article h1 { font-family: Helvetica, sans-serif; font-size: 16pt; }
body.Article h2 { font-family: Helvetica, sans-serif; font-size: 14pt;}
body.Article h3 { font-family: Helvetica, sans-serif; font-size: 14pt; 
	font-style: italic; font-weight: bold;}

