body {
	background-color: #FFFFFF;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #009900;
	font-weight:bold;
}

p {
	margin-left: 10px;	
	margin-right: 10px;
	text-align:justify;	
}

/* Navigation Rollover Effects Using CSS */
/* You must put in the Nav class in div tag to separate your button links from the rest of the links on the site.*/
.Nav a {
    display:block;
    padding:4px;
    text-decoration:none; /* Do not underline hyperlinks */
    width:100px;
    margin:1px;
    color:#FFCCFF;
    font-size: 18px;
    font-weight:bold;
    font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
    border:6px outset #C7EAFB;
    background-color: #009900; /* dark green */
	border-bottom-color:#996600;
  }

.Nav a:focus, .Nav a:hover {
 text-decoration:none; 
 color:#ffffff;
 background-color: #FF9933; /* Make the button orange when you hoover or rollover it */
  }

a {
 padding:4px;
 text-decoration: underline;
 width:100px;
 color: #FFCCFF;
 font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 background-color: #009900; /*  green  */
}

a:hover {
 font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
 font-weight: bold;
 color: #009900;
 text-decoration: underline;
 background-color: #FF9933; /* Make the link orange when you hoover or rollover it */
}

.Cap {
  font-size:22px;
  font-family:Georgia, "Times New Roman", Times, serif;
  }

