/* Style sheet for http://www.urobech.com/ */
/* $Id: style.css,v 1.4 2007/05/19 22:41:26 dir21 Exp $ */
/* Written by David Redhouse (http://www.arch.cam.ac.uk/~dir21/ */
/* Copyright (c) Ben Hinton 2007 */


/* Sort out the basics that you'd expect */

p, ol, li, table, td {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, sans-serif; 
	color: #524A42
	}

ul {font-family: "Gill Sans", "Gill Sans MT", Helvetica, sans-serif; 
	color: #524A42; 
	}

h1 {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, sans-serif; 
	color: #524A42; 
	font-size: large
	}

h2 {
        font-size: large;
        color: #524A42;
	}

h3 {
        font-size: medium;
        color: #524A42;
	}

h4 {
        font-size: medium;
        color: #524A42;
	}

h5 {
        font-size: medium;
        color: #524A42;
	}

h6 {
        font-size: medium;
        color: #524A42;
	}

.style6 {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, sans-serif; 
	color: #524A42; 
	font-size: x-small
	}


/* Sort out the styles for the banner */

div.c2 {
	text-align: center
	}

h1.c1 {
	font-style: italic; 
	text-align: center
	}


/* Do fashionable stuff with the links, Ghod forgive me */

a:link {
        font-family: "Gill Sans", "Gill Sans MT", Helvetica, sans-serif;
        color: #8C848C;
        text-decoration: none;
	}

a:visited  {
        font-family: "Gill Sans", "Gill Sans", Helvetica, sans-serif;
        color: #8C848C;
        text-decoration: none;
	}

a {
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
        text-decoration: none;
	}


/* Fiddling for navigation/menus */

p.newnav {
	font-size: 90%; 
	margin: 0.5em 0 0 0;
	}

span.newactivenav {
	font-size: 90%; 
	color: #000000; 
	margin: 0.5em 0 0 0;
	}


/* Fiddle around with the tables for layout */

table.displaytable {
	border: thin hidden;
	border-collapse: separate;
	border-spacing: 0.5em;
	padding: 0.5em;
	}

table.displaytable td {
	border: thin hidden;
	border-collapse: separate;
	padding: 0.5em;
	border-spacing: 0.5em;
	}

