/*Welcome to the Cascading Style Sheet 
for To Boldy Knit by Pixel Lava Interactive. 
Notes:
/*padding values: top right bottom left*/

/* containers ____________________________*/
body,
html {
	margin:0;
	padding:0;
	background-position: center;
	background-image:  url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #99AA22;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	font-weight: bold;
	font-size: 14px;

    }
/*main page width*/
body {
    min-width:800px;
	margin-right: auto;
	margin-left: auto;
    }
	
/*main page container*/
#container {
    min-width:800px;
	margin-right: auto;
	margin-left: auto;
    }

/* text styles ____________________________*/
.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
}

a {
	color: 99ff99;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
}

.footerhref {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: 99ff99;
}
