/* This is a reset style sheet
created from several other reset
stylesheets and used by Jubilee! Software™ (jubileesoftware.com)
Enjoy! */

html, body,  {
	border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

div, h1, h2, h3, ul, ol, li, form, fieldset,
input, textarea{

}
/*
body {
	line-height: 1;
}

ul {
	list-style: none;
}
*/
img, fieldset {
	border: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */
:focus {
	outline: 2px;
}


h1, h2, h3 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}  

em {
	font-style: italic;
}  

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}


a.external {  
  padding-right: 15px;  
  background: url(images/external-link-icon.gif) no-repeat top right;  
}