
/* Section 1       general CSS */
body {	background: #374d6d;
	background-image: url(images/back2b.gif);
	color: #4F1839;
}




  a		{ font-family: sans-serif; font-weight: bold; }
  a:link 	{ color: red; text-decoration: none; background: white; }
  a:visited 	{ background: #FFFFFF; text-decoration: none; }
  a:hover 	{ color: white; background: #551A8B; }
  ul 		{ list-style: none; }

p {margin: 0.8em 0}
p {margin-top: 0.25em; margin-bottom: 0.75em;}
dl {margin-bottom: 0.75em;}
dd {margin-left: 1em;}
ol, ul {padding-left: 1.5em; margin-left: 1.5em;}

  
/* latinised greek and latin */
:lang(el-Latn), :lang(la) { 
	font-family: "New Century Schoolbook", Times, serif;
	font-size: 120%;
	font-style: italic;
	letter-spacing: -1px;
}


/* Sectional */


/* header */
.header {
	height: 81px;
}

.header h1 { xmargin-bottom: -1em; text-align: center}
.header h3 { xmargin-bottom: -1em; text-align: center}


/* footer */


.contnet {
	margin-left: 8em;
	padding: 0px;
	border: 0px;
	background-repeat: repeat-x; 
	background-image: url(images/Hleaves.jpg);
}

.contnet img, .contnet2 img {border: 0px; margin: 0px; padding: 0px}

.contnet2 {
	background-repeat: repeat-y; 
	background-image: url(images/Vine2.gif);
	padding: 0px;
}

.contnet3 {
	margin-left: 36px;
	background-image: url(images/back3.gif );
	padding: 0.5em;
}



/* Section 2       main menues */
.mnu {
	display: block;
	float: left;
}

.mnu ul {
	margin-top: 1em;
	margin-left: 0px;
	padding-left: 0px;
}


.mnu li {margin-bottom: 1em;}


/* Section 3       Specific to certain pages */

  #answer	{ visibility: hidden; }