@charset "utf-8";
/* CSS Document */

/*Background*/
body {background-image:url('http://www.fattofitparade.com/images/lgren052.jpg');}

/*Fonts*/

	/*Heading 1*/
	h1 {color:#111815;}
	h1 {text-decoration:underline;}
	h1 {font-size:20px;}
	h1 {font-family:Arial;}
	h1 {text-align:center;}
	
	/*Heading 2*/
	h2 {color:#19231E;}
	h2 {font-size:14px;}
	h2 {font-family:Arial;}
	
	/*Heading 3*/
	h3 {color:#111815;}
	h3 {font-size:16px;}
	h3 {font-family:Arial;}
	h1 {text-decoration:underline;}
	
	/*Heading 5*/
	h5 {color:#19231E;}
	h5 {font-size:16px;}
	h5 {font-family:Arial;}
	h5 {text-decoration:underline;}
	h5 {text-align:center;}
	
	/*Small Font for Source in Articles*/
	h4 {color:#19231E;}
	h4 {font-size:8px;}
	h4 {font-family:Arial;}
	
	/*Main Font*/
	body {color:#19231E;}
	p {font-size:14px;}
	p {font-family:Arial;}
	
	/*Small Font*/
	p2 {color:#19231E;}
	p2 {font-size:12px;}
	p2 {font-family:Arial;}	
	
	/*Link Fonts*/
	a {text-decoration:none;}
	a:link {color:#19231E;}    /* unvisited link */
	a:visited {color:#19231E;} /* visited link */
	a:hover {color:#19231E;}
	a:hover {text-decoration:underline;}/* mouse over link */
	a:active {color:#19231E;}  /* selected link */
	
	a.menu:link, a.menu:visited {
		font-family:Arial;
		text-align:center;
		color:#ffffff;
		font-weight:bold;
		font-size:18px;		
	}
	a.menu:hover {
		color:#D7FEE6;
		text-decoration:none; }
		
/*Lists*/
ul.a {list-style-type:circle;}
ul.b {list-style-type:square;}
ol.c {list-style-type:upper-roman;}
ol.d {list-style-type:lower-alpha;}
ul li {font-size:14px;
font-family:Arial,Helvetica,sans-serif;}
ul.n {list-style-type:decimal;}

/*Bars*/
.navbar
{
background-image:url(../images/navbar.png);
background-repeat:repeat-x;
width:auto;
}
.headbar
{
background-image:url(../images/head.png);
background-repeat:repeat-x;
width:auto;
}
.left
{
background-image:url(../images/left.png);
background-repeat:repeat-y;
width:50px;
}
.right
{
background-image:url(../images/right.png);
background-repeat:repeat-y;
width:50px;
}


