<style>  

<!-- global definitions for all pages -->

body{ bgcolor="#ffffff" link="#0000ff" vlink="#0000ff"} 

p {
    font-family: "Century Gothic","Gill Sans",Arial;
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: 17px;
}

h1 {
    font-family: "Century Gothic","Gill Sans",Arial;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 30px;
}

h2 {
    font-family: "Century Gothic","Gill Sans",Arial;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 30px;
}

<!-- definitions for mouse rollovers on links -->


<!-- definitions for menu bar -->

ul#list-nav { list-style:none; margin:20px; padding:0; width:630px }

ul#list-nav li { display:inline }

ul#list-nav li a {
  text-decoration:none;
  padding:5px 0;
  width:100px;
  background:rgb(74, 80, 84);
  color:#eee;
  float:left;
  text-align:center;
  border-left:1px solid #fff;
}

ul#list-nav li a:hover { text-decoration:underline }

	#vpmenu1{
		font-family: "Century Gothic", Arial;
		font-weight:normal;
		font-size:12px;
		color: black;
		width:900px;
		padding-top:12px;
		float:center;
	}

	#vpmenu2{
		font-family: "Century Gothic", Arial;
		font-weight:normal;
		font-size:10px;
		color: black;
		width:900px;
		padding-top:3px;
		float:center;
	}

	#vpmenu1 a:link{ text-decoration:none; }
	
	#vpmenu1 a:visited { text-decoration:none; }
	
	#vpmenu1 a:hover{
		font-family: "Century Gothic", Arial;
		color: #000000;
		text-decoration:underline; }


	#vpmenu2 a:link{ text-decoration:none; }
	
	#vpmenu2 a:visited { text-decoration:none; }
	
	#vpmenu2 a:hover{
		font-family: "Century Gothic", Arial;
		color: #000000;
		text-decoration:underline; }

<!-- definitions for mouse rollovers on links -->

.on { text-decoration: underline; color: black; }
.redon { text-decoration: underline; color: red; }
.off { text-decoration: color: blue;}


<!-- definition for shadows around pictures -->

#shadow 
{
-webkit-box-shadow:0 0 10px #777777;
-moz-box-shadow:0 0 10px #777777;
box-shadow:0 0 10px #777777;
}

</style>