body {  background-image: url("images/bgrnd_white.gif");
		 background-color: "black";
		 color: darkgreen;
		 font-family: "Comic Sans MS", serif;
		 font-size: 10pt;
		 margin-left: 5%;
		 margin-right: 10%;}

body.menu { background-color: "#DCD7C7";
		 font-family: "Comic Sans MS", serif;
		 font-size: 10pt;
		 margin-left: 3%;
		 margin-right: 3%;}

div.c1 {text-align: center}

div.footer {text-align: center;
		font-size: xx-small;}

h1 { font-size: 130%; 
	 font-weight: strong}

h1.centered { font-size: 130%; 
	 font-weight: strong;
	 text-align: center; }

h2 { font-size: 130%; 
	 font-style: italic; 
	 font-weight: strong}

h3 { font-size: 120%; 
	 font-weight: strong}

h4 { font-size: 120%; 
	 font-style: italic; 
	 font-weight: strong}

h5 { font-size: 110%; 
	 font-weight: strong}

h6 { font-size: 110%; 
	 font-style: italic; 
	 font-weight: strong}

img { border: 0 px;}

img.right { float: left;
            color: yellow;
            border: 0 px;}

img.left { float: left;
           color: red;
           border: 0 px;}

table { border-collapse: collapse;
			border: 2pt silver groove;}

td { font-size: 10pt;
	 font-weight: normal; 
	 border: 1pt silver solid;}

table.noborder { border-collapse: collapse;
			border: none;}

td.noborder { font-size: 10pt;
	 font-weight: normal; 
	 border: none;}

a:link {color:navy; text-decoration:underline;} 

a:visited {color:blue; text-decoration:underline;} 

a:hover {color:red; text-decoration:none;} 

a:active {color:red; text-decoration:none;} 

a.local:link {color:green; text-decoration:underline;} 

a.local:visited {color:green; text-decoration:underline;} 

a.local:hover {color:red; text-decoration:none;} 

a.local:active {color:red; text-decoration:none;} 

a.email:link {color:navy; background: silver; text-decoration:underline;} 

a.email:visited {color:navy; background: silver; text-decoration:underline;} 

a.email:hover {color:red;  background: silver; text-decoration:none;} 

a.email:active {color:red;  background: silver; text-decoration:none;} 
