@charset "UTF-8";
/* CSS Document */



/* COLORS

light coral - #fde5ea
 
light green - #eff4ad

coral - #ed7389

gray - #606060*/



/*Resets------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video

 {

	margin: 0;

	padding: 0;
	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}
/*

 HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section

 {

	display: block;
}


body {

	line-height: 1;
}


ol, ul {

	list-style: none;
}


blockquote, q {
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {

	content: '';

	content: none;
}


table {
	border-collapse: collapse;

	border-spacing: 0;

	border:none;
}






/*Page------------------------------------*/



a{	text-decoration:none;

	color:#ed7389;
	}


a:hover, a:active{ color:#eff4ad;}
a:visited{color:#fde5ea;}


div#header { 
     border-radius:15px;     
     background-color:#e0edc5;
     border:5px solid #390;
     margin:auto;
     margin-top:20px;
     margin-right:; 
     height:10px;
     padding:15px;
     width:50%;
    -moz-box-shadow:2px 2px 4px #515151;
   -webkit-box-shadow:2px 2px 4px #515151;}





body{
     color:#005B1E;
     font-family:'Arial Black',Gadget,sans-serif;
     font-size:1em;
     line-height:1.0;
     width:100%;
     background-image:url(https://www.angelfire.com/pa3/faz/A-sitebg/golfname.jpg);     }







br.clear{clear:both;}




.hilite{background-color:#ffff00;
	font-weight:bold;}











h1{font-size:1em;
	text-align:center;}












/* table for team money */

table {
 
	
	margin:auto;
        margin-top:30px;
	width:30%; }


table.f{margin:auto;
        margin-top:10px;
        margin-bottom:30px;
	width:30%; }




/* for both team money and flight winners */






th,td{

	text-align:center;
	padding:10px;
	border-left:2px solid #fff;
	}


th {
 
	background:#9dd05b;
	border-left:2px solid #fff;
	font-weight: bold;

	
        

	
	}


tr.first{

	padding:20px;
	font-size:1.25em;
	border-bottom:2px solid #fff;
	color:#;	
}


tr.e {background:#d4e7b2;}


tr.o {background:#fffab2;

	

		}























#dd {

  margin-left: 30%;
  padding: 0 0 20px 0;
  margin-top:-10px;
}



#dd li {
  margin: 0;

          padding: 0;

  list-style: none;

  float: left;

  font: bold 21px arial;

}



#dd li a.menu {

  display: block;

  text-align: center;

  background: green;

  padding: 4px 10px;

  margin: 0 1px 0 0;

  color: #FFF;

  width: 90px;

  text-decoration: none;
  border-radius:10px;


}



#dd li a.menu:hover {
  background:#8dcb41;
}



.submenu {
  background:#eaf3da;

  border: 1px solid green;

  visibility: hidden;
 
 position: absolute;
 
 z-index: 3;

}



.submenu a {
  display: block;
 
 font: 21px arial;
 
 text-align: left;

  text-decoration: none;

  padding: 5px;
  color:green;

}



.submenu a:hover {
  background: #8dcb41;
  color: #FFF;
}



    box-shadow:2px 2px 4px #515151;
   }























