/* ================ Layout ==================== */
body{	
	background: #FFFFFF;
	
    }
    
/* ======= Heading Syle Definitions =========== */
p.website_title
	{

		float: left;
		
		/*background: #ECECEC;*/
				
		/*margin-bottom: 50%;*/
		
		text-align: left;
				
		font-size: 52px;
		font-weight: bold;
		font-family: "trebuchet MS", arial;
		color: black;
	}

h2
	{	
		margin:0;
		float: left;
		font-size: 50px;
		font-family: "trebuchet MS", arial;
		color: black;
        }

h3
	{ 
		font-size: 20px;
		font-family: "trebuchet MS", arial;
		color: black;
        }
        
h3.contact
	{ 
		font-size: 20px;
		font-family: "trebuchet MS", arial;
		color: black;
        }


/* ======= Paragraph Syle Definitions ========= */
p.fineprint
	{ 
		text-align: left;
		font-size: 15px;
		font-family: "trebuchet MS", arial;
		color: black;
        }


p.contact
	{ 
		text-align: center;
		font-size: 15px;
		font-family: "trebuchet MS", arial;
		color: black;
        }
p.wallpapertwo
	 {
	 	font-size: 20px;
	 	font-family: "trebuchet MS", arial;
		text-align: left;
		color: black;
	 }


p.wallpaper
	 {
	 	font-size: 20px;
	 	font-family: "trebuchet MS", arial;
		text-align: center;
		color: green;
	 }


p.download 
         {
		
		/*margin-left: 80%;*/
		/*margin-right: 0%;*/
		/*margin-top: 0%;*/
		/*margin-bottom: 0%;*/
		text-align: center;
		font-size: 20px;
		font-family: "trebuchet MS", arial;
		color: black;
         }

p.webpagenav 
         {
		
		background: #ECECEC;
		
		/*margin-left: 80%;*/
		/*margin-right: 0%;*/
		/*margin-top: 0%;*/
		/*margin-bottom: 0%;*/
		
		/*text-align: right;*/
		font-size: 20px;
		font-family: "trebuchet MS", arial;
		color: black;
         }

p.policy 
         {	
		/*background: #ECECEC;*/
		font-family: "trebuchet MS", arial;
		color: black;
	 }
	 
p.quote
	 {	
	 	text-align: center;
	 	font-weight: bold;
	 	font-style: italic;
	 	font-family: "trebuchet MS", arial;
		color: black;
	 }

p.quote_source
	 {
	 	
	 	text-align: center;
	 	font-weight: bold;
	 	font-family: "trebuchet MS", arial;
		color: black;
	 }

/* ======= Hyper-Text Definitions ============= */

a.contact {text-decoration: none; font-weight:bold;}

a:link {color: black; text-decoration: none; font-weight:bold;}

a:visited {color: black; text-decoration: none; font-weight:bold;}

a:focus, a:hover, a:active {outline: 1px dotted red; font-weight:bold; text-decoration: none;}
