
/*  master.css
    Master Cascading Style Sheet for Swingers Golf Gear v.1
    
    Revision history:
       
 */
body{
	margin : 0px;
	}


body{
	background-color : #666666;
	}


p{
	Color : #FFCC99;
	Font-Family : Arial, Geneva, sans-serif;
	Font-Size : 10pt;
	Font-Weight : normal;
	Line-Height : 16px;
	}


a:active{
	Color : #FF0000;
	}


a:link{
	Color : #66cc33;
	}


a:visited{
	Color : #C0C0C0;
	}


em{
	Color : #FF9900;
	Font-Style : normal;
	Font-Weight : bold;
	}


strong{
	Color : #FFD9B3;
	Font-Style : normal;
	Font-Weight : bold;
	}


b{
	Color : #ffffff;
	font-style : normal;
	font-weight : bold;
	}


sup{
	font-size : 6pt;
	}


img{
	border : 0;
	}


div{
	margin : 0;
	}


p.textnav{
	font-size : 8pt;
	margin : 4px 0px 0px 0px;
	}


hr{
	Color : #C0C0C0;
	}


h1, h2, h3, h4, h5, h6{
	font-family : Arial, Geneva, sans-serif;
	}


h1{
	Color : #FF9900;
	Font : normal 22pt;
	Margin-Bottom : 0em;
	Margin-Top : .45em;
	}


h2{
	Color : #FF9900;
	Font : bold 16pt;
	Margin-Bottom : 0em;
	Margin-Top : 1em;
	}


h3{
	Color : #FF9900;
	Font : normal 14pt;
	Margin-Bottom : 0em;
	Margin-Top : .45em;
	}


h4{
	Color : #FFCC99;
	Font : 11pt;
	Margin-Bottom : 0em;
	Margin-Top : .5em;
	}


h5{
	Color : #000000;
	Font : normal 13pt;
	Margin-Bottom : 0em;
	Margin-Top : .5em;
	}


h6{
	Font : bolder .72em;
	Margin-Bottom : 0em;
	Margin-Top : 1.25em;
	}


ul,ol,li, dir,menu,dd{
	color : #666666;
	font-family : Arial, Geneva, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 15px;
	}


ol li{
	color : #666666;
	font-family : Arial, Geneva, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 15px;
	list-style-type : decimal;
	}


ul li{
	color : #666666;
	font-family : Arial, Geneva, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 15px;
	list-style-type : disc;
	}


ul ol{
	color : #666666;
	font-family : Arial, Geneva, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 15px;
	list-style-type : decimal;
	}


ul li ol li{
	color : #666666;
	font-family : Arial, Geneva, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	line-height : 15px;
	list-style-type : decimal;
	}


a:Hover{
	Color : #FFFFFF;
	}
	
p.eco{
	color: #FF9900;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	
}
