/* Global Styles */

html {
	margin: 0px;
	padding: 0px;
	font-size: small;
	}
body { 
	margin: 0px; 
	padding: 0px;
}
h1, h2, h3, h4, p, ul{
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:active, a:visited{
	text-decoration: none;
	padding:  0 0 2px 0;
	color:  white;
	background: url(http://www.philmcdarby.com/images/grey_dot.gif) bottom left repeat-x;
}
a:hover{
	text-decoration: none;
	padding:  0 0 2px 0;
	color:  #CCCCCC;
	background: url(http://www.philmcdarby.com/images/grey_dot.gif) bottom left repeat-x;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
img{
	border: 0;
}
