@charset "UTF-8";
/* CSS Document */
	
body {
	background-color: #F9F9F9;
	background-image:url(../imgs/YHA_PAGE_Background_3.png);
	background-repeat:no-repeat;
}
	
#text {
    font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-style: strong;
	color: #303030;
}

.h1 {
	font-size: 28px;
	font-style:bold;
	text-decoration:none;
}	

.h15 {
	font-size: 24px;
	font-style:bold;
	text-decoration:none;
}

.h2 {
	font-size: 15px;
	line-height:120%;
	color: #303030;
}

.h25 {
	font-size: 18px;
	font-style:bold;
	color: #303030;
}

a {
	font-size: 15px;
	line-height:150%;
	color: #303030;
}

a:link {
	font-size: 15px;
	line-height:150%;
	color: #303030;
}

.h3 {
	font-size: 13px;
	line-height:100%;
}

#contact {
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: strong;
	color: #303030;
}

.h5 {
	font-size: 20px;
	font-style:bold;
	text-decoration: none; 
}	
	
.h6 {

	font-size: 14px;
	line-height:100%;
}



/*  For myrecipes.php */
#recipes {
    font-family: Arial, Helvetica, sans-serif;
	font-style: strong;
	color: #303030;
}

a.recipes {
	font-size: 11px;
	line-height:100%;
	color: #303030;
}

a.recipes:link {
	font-size: 11px;
	line-height:100%;
	color: #303030;
}

.title {
	font-size: 22px;
	font-style:bold;
	text-decoration: none; 
}	
	
.recipeCredits {
	font-size: 15px;
	text-align:left;
}

.photoCredits {
	font-size: 10px;
	text-align:center;
	font-style:italic;
}

.recipeDetailsTitle {
	font-size: 14px;
	text-align:left;
	text-decoration:underline;
}

.recipeDetails {
	font-size: 12px;
	text-align:left;
}

.recipeInstructions {
	font-size: 12px;
	text-align:left;
}

.recipeLinks {
	font-size: 11px;
	text-align:left;
	font-style: italic;	
}



