h1,h2,h3
{ color:#dd0000; }

h1 { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 120%; }

.headThis { 	font-size: 140%; color: #330099; }
.reduceThis { 	font-size: 86%; }
.enlargeThis { 	font-size: 120%; }
.boldThis	   { 	font-size: 120%; font-weight: bold; }
.colorThis { 	font-size: 120%; color: #dd0000;}
.colorPeople { 	font-size: 120%; color: #dd0000; font-weight: bold; }
.thisHead { 	font-size: 140%; color: font-weight: bold; }
.colorWhite { 	font-size: 100%; color: #ffffff; }

p,table,th,td,li,address
{
font-family:verdana, arial, helvetica, sans-serif;
font-size: 100%;
}

th { background-image:url(/grimwith/gw_img/yellow_tile.jpg);}

body
{
background-color: #ffffff;
background-image:url(../gw_img/gw_tile1.gif);
background-repeat: repeat-y;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 80%;
margin-top: 0px; 
margin-right: 10px; 
margin-bottom: 10px; 
margin-left: 140px; 
}

hr 
{ color:#dd0000; }

a { font-family:verdana, arial, helvetica, sans-serif; }
	
a:link { color: #000099; }
a:visited { color: #660099; }
a:hover { 
    color: #000000;
    background-color: #ffffcc;
	background-image:url(/grimwith/gw_img/yellow_tile.jpg);
    text-decoration: underline;
    }
a:active { color: #00bb00; }
	
/*   To change the color characteristics of the side menu table:
a.menu:link {color: #ffffff}
a.menu:visited {color: #ffff66}
a.menu:hover {color: #006600;background-color: #ffff99;}
a:menu:active {color: #990000;}
*/

table.menu {
	border: medium outset #dd0000;
	border-collapse: collapse;
	background-color: #faf3e9;
}
table.menu td { border: 2px inset #ff0000; }


table.sideMenu {
	border: medium outset #dd0000;
	border-collapse: collapse;
	background-color: #faf3e9;
}
table.sideMenu td { border: 2px inset #ff0000; }

#sideMenu { width: 100%; background-color: #ffffff; }
#sideMenu span { display: none; visibility: hidden; }
#sideMenu a { display: block; }
#sideMenu a:link {
	border-top: #faf3e9 1px solid; color: #000000; background-color: #FAF3E9; }
#sideMenu a:visited { border-top: #faf3e9 1px solid; }
#sideMenu a:hover {
	border-top: #ffffff 1px solid; color: white; background-color: #051373; text-decoration: none;
}
#sideMenu a:active { border-top: #ffffff 1px solid; }

.btn{font-weight:bold;color:#ffffff;background-color:#162784; cursor:hand;margin-bottom:-1px; padding-top:1px; }
/* To change the bullet to a graphic:
	li{
	list-style-image:url(/images/yourimage.gif);
}
*/

