/*
  Kate's web pages style sheet.
  Created by:           K. Hounslow
  Created:              18:00 28/03/04
*/
body {
  margin-left:	            10%;
  margin-right:		    10%;
  font-family:		    times;
  background-color:	    #f3e1dd;
  color:                    #004040;
}

h1 {
  color:		   #C000C0;
  text-align:		   center;
  font-style:		   italic;
}

h2 {
  color:		   #C000C0;
  text-align:		   center;
}

a:link {
  text-decoration:	   none;
}

a:visited {
  text-decoration:	   none;
}

a:active {
  text-decoration:	   none;
}

address {
  text-align:		   right;
}

.centre {
  text-align:		   center;
}

.left {
  text-align:		   left;
}

.right {
  text-align:              right;
}

table.wide {
  width:                   100%;
}

table.narrow {
  margin-left:             auto;
  margin-right:            auto;
}

.menu {
  text-align:		   center;
  text-decoration:	   none;
  background-color:        #E7BFB9;
  background:	           #E7BFB9;
  color:                   #004040;
}

.bar {
  text-decoration:	   none;
  text-align:		   center;
  background:	           #000000;
  background-color:        #000000;
  color:                   #000000;
  width:                   1;
  height:                  1;
}
