body{
background-image: url(./images/web.jpg);
font-family: times new roman, Verdana, sans-serif; 
color:black; }

IMG.noborder {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
H1 {MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: x-large}
H2 {MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: large}

TABLE.title {
	BORDER-RIGHT: #888888 1px solid; 
	BORDER-TOP: #888888 1px solid; 
	BORDER-LEFT: #888888 1px solid; 
	BORDER-BOTTOM: #888888 1px solid; 
	COLOR: black; 
	/*BACKGROUND-COLOR: #e4e4c2*/
	background-color: #cbf8df
}

#logo {position: relative; z-index: 2; left: 0px; top: 30px; color: #CC0000;}
#logoshadow {position: relative; z-index: 1; left: 4px; top: 34px; color: #AAAAAA;}
div.logostuff {font-family: arial, sans-serif; font-weight: bolder; font-size: 4em;}

span.redfont {color: red}
span.redboldfont {color: red; font-weight: bolder;}

div.withboundaries {
width: 700Px;
height: 3em;
border: thin solid blue;
overflow: visible;
}


:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
:active { color: rgb(255, 0, 102) } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */
