/* emmanuel.css */
/* created 2005-05-13* Rev 2005-06-14 JE */

body, td{
	background-color: #FFEBCD;
	color:#FFEBCD;
	font: 100% Arial, Helvetica, sans-serif;
}

hr{
	width: 100%;
	color: #8B4513;
	background-color: #FFEBCD;
	height: 2px;
	
}

h1,h2,h3,h4{
	text-align: left
	font-family : Arial, Helvetica, Times New Roman, sans-serif;
	color: #000000;
	line-height: 30%;

}

h1{
	font-size: 175%;
	text-transform: uppercase;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 110%;
}
h4{
	font-size: 100%;
}

h5{
	font-size: 90%;
}

p{
	font: 100% Arial, Helvetica, sans-serif;
}

ul{
	list-style-type: none;
}
/* For ordinary links within text */
a:link{
	color: blue;
}
a:visited{
	color: purple;
}
a:hover{
	color: teal;
}
a:active{
	color: red;
}

/* For links not in Nav areas but from images */
a:link img {
border-style: none
}

a:visited img {
border-style: none
}
a:hover img {
border-color: black;
}
a:active img{
}

/* for horizontal list of links */
.nav {
 	margin:0;
	padding:0;
	list-style-type: none;
	
 }
.nav li {
	display:inline;
   padding:0;
   margin:0;
    }
	
.nav a:link {
 	 color:blue;/* same as ordinary link color */
    background: #e8f0f8;/* slightly darker than body color */
	 padding: 2px 5px 2px 5px;	
 }
 
.nav a:visited {
 	 color: purple;/* same as ordinary link color */
    background: #e8f0f8;
	 padding: 2px 5px 2px 5px;
    }
.nav a:hover {
	color: teal;  /* same as ordinary link color */
	/*background:  #e8f0f8;*/
	text-decoration : underline;
	padding: 2px 5px 2px 5px;
}
.nav a:active{
	color: red;  /* same as ordinary link color */
	/*background:  #e8f0f8;*/
	text-decoration : underline;
	padding: 2px 5px 2px 5px;
}

.signature{
	text-align: left;
	font-size: 120%;
	font-family: "Lucida Calligraphy", cursive;
}

.header {
	text-align: center;
	margin-left: 28%;
}

.menu {
margin-left: 2%;
  width:21%;
  float: left;
}

.main {

  margin-left: 12%;
}

.left{
	text-align: left;
	margin-left: 28%;
}
.centre {
	text-align: center;
}

.footer {
  clear: both;
  margin-left: 28%;
  text-align: left;
  font: 80% Arial, Helvetica, sans-serif;
}
 
.right{
         text-align: right;
}

