@import url("pogo.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 1em;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #313131 url('../_images/bg2.jpg') repeat-x;
	font-family: arial, sans-serif, garamond;
	font-size: 12px;
	color: #555;
	margin: 0;
}

a img {
	border: none;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FF7100;
	text-decoration: none;
}
a:active{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:link {
	color: #aaaaaa;
	text-decoration: none;
}
#footer a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
#footer a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}
#footer a:active{
	color: ##aaaaaa;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: -6px;
}

h2 {
	font-size: 14px;
	color: #ff7100;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

p, ul, ol, blockquote, form, label, ul, ol, dl, fieldset, address {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
}

/* Navigation Styles */
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:28px;
}
.largetext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:28px;
	text-decoration:none;
}
.largetext a:visited {
	color: #ffffff;
	text-decoration:none;
}
.largetext a:active {
	color: #ffffff;
	text-decoration:none;
}
.largetext a:hover {
	color: #7a7979;
	text-decoration:none;
}
.blog-links a {
	color: #ff7100;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}
.blog-links a:hover {
	color: #ff7100;
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
}

.home-links a {
	color: #ff7100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
.home-links a:hover {
	color: #ff7100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}

